Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/onFunctionParameter.fir.kt
T

8 lines
80 B
Kotlin
Vendored

annotation class ann
fun test(@ann p: Int) {
}
val bar = fun(@ann g: Int) {}