7 lines
86 B
Kotlin
Vendored
7 lines
86 B
Kotlin
Vendored
fun test() {
|
|
if (1 is Int) {
|
|
if (1 is <error>Boolean</error>) {
|
|
|
|
}
|
|
}
|
|
} |