Files
kotlin-fork/compiler/testData/repl/syntaxErrors.repl
T
Stepan Koltsov 85737609b2 missing file
2012-06-14 18:49:31 +04:00

8 lines
151 B
Plaintext

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