Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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