Files
kotlin-fork/compiler/testData/repl/syntaxErrors.repl
T

8 lines
72 B
Plaintext
Vendored

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