Files
kotlin/compiler/testData/repl/syntaxErrors.repl
2015-09-21 14:41:31 +03:00

11 lines
110 B
Plaintext
Vendored

>>> )(
error: expecting an element
)(
^
error: expecting an expression
)(
^
>>> fun foo() = 98
>>> foo()
98