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