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