238cc7c257
143 out of 767 tests (18.6%) are currently failing.
9 lines
165 B
Kotlin
Vendored
9 lines
165 B
Kotlin
Vendored
// IGNORE_BACKEND_FIR: JVM_IR
|
|
fun foo() {
|
|
try {
|
|
System.out?.println()
|
|
} catch(e: Exception) {
|
|
System.out?.println()
|
|
}
|
|
}
|
|
// 1 LINENUMBER 2 |