Files
kotlin-fork/idea/testData/checker/regression/FunctionLiteralInsideAnnotation.kt
T
2020-10-14 22:11:10 +03:00

5 lines
79 B
Kotlin
Vendored

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