Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
cli
/
jvm
/
annotatedParameterWithoutName.out
blob: 6cd1331ec4c9908d14014d540151a193040b8673 [
file
]
compiler
/
testData
/
cli
/
jvm
/
annotatedParameterWithoutName
.
kt
:
5
:
13
:
error
:
syntax error
:
Expecting
a parameter declaration
.
fun foo
(
@Ann
)
=
""
^
COMPILATION_ERROR