blob: 5effe2baebfcacd59ae33882f137884579c83d7a [file] [log] [blame]
fun f() {
if (1 is Int) {
}
}