## Compiler version 3.1.0 ## Minimized code ```scala val x: Int ?=> Float = 5.0f ``` ## Output in documentation: ```scala val x: () => Float ``` ## Expectation The context function information shouldn't be lost.