blob: 893cef995612cb47b0258da3f46fc1ec38d48199 [file] [log] [blame]
fun f() {
if (1 !is Int) {
}
}