Files
kotlin/compiler/testData/repl/syntaxErrors.repl
2014-08-13 15:13:19 +04:00

7 lines
136 B
Plaintext

>>> )(
ERROR: /line1.kts: (1, 1) Expecting an element
ERROR: /line1.kts: (1, 3) Expecting an expression
>>> fun foo() = 98
>>> foo()
98