Files
kotlin-fork/idea/testData/checker/regression/FunctionLiteralInsideAnnotation.kt
T
2016-03-24 16:44:58 +03:00

4 lines
61 B
Kotlin
Vendored

package foo
@<error>Anno</error> ({ val x: Int })
fun f() {}