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