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