FIR: introduce CatchParameterChecker
This commit is contained in:
committed by
Mikhail Glukhikh
parent
d8549d6292
commit
5c0231b727
+2
-2
@@ -1,3 +1,3 @@
|
||||
fun test() {
|
||||
try { } catch (e: Exception = Exception()) { }
|
||||
}
|
||||
try { } catch (<!CATCH_PARAMETER_WITH_DEFAULT_VALUE!>e: Exception = Exception()<!>) { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user