Files

9 lines
97 B
Kotlin
Vendored

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