blob: e598db9d31c0215ffca745b2197be2e34a1b8a4a [file] [log] [blame]
fun test() {
if (<warning>1 is Int</warning>) {
if (1 is <error>Boolean</error>) {
}
}
}