e0ebaac70c
KT-8320 It should not be possible to catch a type parameter type KT-7645 Prohibit default value for `catch`-block parameter
3 lines
142 B
Kotlin
Vendored
3 lines
142 B
Kotlin
Vendored
fun test() {
|
|
try { } catch (<!CATCH_PARAMETER_WITH_DEFAULT_VALUE!>e: Exception = <!DEBUG_INFO_MISSING_UNRESOLVED!>Exception<!>()<!>) { }
|
|
} |