Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
cli
/
jvm
/
annotatedParameterWithoutName.out
blob: efd7064d8c8fc019b2c9f244b73dced643e4a27f [
file
]
compiler
/
testData
/
cli
/
jvm
/
annotatedParameterWithoutName
.
kt
:
5
:
13
:
error
:
syntax error
:
Parameter
name expected
.
fun foo
(
@Ann
)
=
""
^
COMPILATION_ERROR