blob: 673343c84969720ce388c8e0bc3c312266d92b33 [file] [log] [blame]
fun test() {
if (1 is Int) {
if (1 is Boolean) {
}
}
}