4 lines
107 B
Kotlin
Vendored
4 lines
107 B
Kotlin
Vendored
fun test() {
|
|
try { } catch (<!CATCH_PARAMETER_WITH_DEFAULT_VALUE!>e: Exception = Exception()<!>) { }
|
|
}
|