Files
kotlin-fork/compiler/testData/diagnostics/tests/when/AnnotatedWhenStatement.kt
T
2013-09-24 06:58:42 -07:00

9 lines
89 B
Kotlin

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