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