Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
repl
/
syntaxErrors.repl
blob: 507d83d928a3d2a86592e8e532d5faf8c14d21aa [
file
]
>>>
)(
error
:
expecting an element
)(
^
error
:
expecting an expression
)(
^
>>>
fun foo
()
=
98
>>>
foo
()
98