blob: 302c4d2b58800f2affddabfd1027e112610e6e43 [file] [log] [blame]
fun foo() {
if (0 < 1) {
System.out?.println()
} else {
System.out?.println()
}
}
// 1 LINENUMBER 2