fef0cc5d2b
#KT-12567 Fixed
7 lines
126 B
Kotlin
Vendored
7 lines
126 B
Kotlin
Vendored
fun Number.test() {
|
|
<caret>when {
|
|
this is Int -> {}
|
|
this is Long -> {}
|
|
this is Short -> {}
|
|
}
|
|
} |