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