849b8acbf8
Just in tests that changed after deprecation
9 lines
88 B
Kotlin
Vendored
9 lines
88 B
Kotlin
Vendored
fun foo(a: Int) {
|
|
@ann
|
|
when (a) {
|
|
1 -> {}
|
|
}
|
|
}
|
|
|
|
annotation class ann
|