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.
given
given def (i: Int) pow2 = i * i println(5.pow2)
Code compiles
[error] 2 | def (i: Int) pow2 = i * i [error] |^^^ [error] |an identifier expected, but 'end of statement' found [error] one error found