Files
kotlin-fork/compiler/testData/diagnostics/tests/when/AnnotatedWhenStatement.fir.kt
T

9 lines
88 B
Kotlin
Vendored

fun foo(a: Int) {
@ann
when (a) {
1 -> {}
}
}
annotation class ann