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.
The example below failed with <console>:8: error: eof expected but '}' found;}^
<console>:8: error: eof expected but '}' found;}^
def foo(): String = { "foo" } class B { }
But when i place braces in one line - it's work
def foo(): String = { "foo" } class B {}