[FIR] do not create FirParameter for catch parameter
use FirProperty instead ^KT-55034
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ FILE: noParameterTypRefInCatch.kt
|
||||
public? final? fun foo(): R|kotlin/Unit| {
|
||||
try {
|
||||
}
|
||||
catch (e: <ERROR TYPE REF: No type for parameter>) {
|
||||
catch ([IsCatchParameterProperty=true] e: <ERROR TYPE REF: No type for parameter>) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user