Files
kotlin-fork/compiler/testData/diagnostics/tests/controlStructures/catchWithDefault.fir.kt
T
2021-02-01 15:07:13 +03:00

4 lines
107 B
Kotlin
Vendored

fun test() {
try { } catch (<!CATCH_PARAMETER_WITH_DEFAULT_VALUE!>e: Exception = Exception()<!>) { }
}