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