blob: 6cd1331ec4c9908d14014d540151a193040b8673 [file]
compiler/testData/cli/jvm/annotatedParameterWithoutName.kt:5:13: error: syntax error: Expecting a parameter declaration.
fun foo(@Ann) = ""
^
COMPILATION_ERROR