We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
object O { val x: Function1[String, String] = a => a val x2: Function1[String, String] = a => "1" }
After LambdaLift anonymous function for x isn't static, but for x2 is static.
x
x2