fcce1e3838
#KT-12852 Fixed
7 lines
72 B
Kotlin
Vendored
7 lines
72 B
Kotlin
Vendored
fun foo() {
|
|
when (x) {
|
|
is <caret>Foo -> {
|
|
|
|
}
|
|
}
|
|
} |