Files
kotlin/compiler/testData/repl/multiline/simpleFunctionBodyOnNextLine.repl
Alexander Udalov 6eb5567895 REPL: fix open parenthesis not triggering "incomplete"
Check if all of the syntax errors are at EOF, not that there's a single one.
In case of open parenthesis two syntax errors are reported for some reason
2014-08-13 15:13:25 +04:00

5 lines
44 B
Plaintext
Vendored

>>> fun clock() =
... 12
>>> clock()
12