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.
if
v3.6.3
@main def main = val y = ( if (true) val x = 1 //error 5 else 7 )
expression expected but val found
No error.