Files
kotlin-fork/compiler/testData/diagnostics/tests/controlStructures/catchWithDefault.fir.kt
T

3 lines
65 B
Kotlin
Vendored

fun test() {
try { } catch (e: Exception = Exception()) { }
}