7 lines
57 B
Kotlin
Vendored
7 lines
57 B
Kotlin
Vendored
fun foo() {
|
|
|
|
when (e) {
|
|
is @[a] T -> d
|
|
}
|
|
}
|