mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
7 lines
136 B
Plaintext
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
|