mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
11 lines
110 B
Plaintext
Vendored
11 lines
110 B
Plaintext
Vendored
>>> )(
|
|
error: expecting an element
|
|
)(
|
|
^
|
|
error: expecting an expression
|
|
)(
|
|
^
|
|
>>> fun foo() = 98
|
|
>>> foo()
|
|
98
|