[Analysis API FIR] fix KtSymbol creation for _ destructuring parameter
We need to have a corresponding declaration in the FIR tree, so we can create a symbol for it ^KT-60904 fixed ^KT-60904 fixed
This commit is contained in:
committed by
Space Team
parent
04b9faf9e6
commit
c963eadb44
+1
@@ -48,4 +48,5 @@ FILE: RedeclaredValsAndVars.fir.kt
|
||||
|
||||
lval <destruct>: R|A| = R|/A.A|()
|
||||
lval _: R|kotlin/Int| = R|<local>/<destruct>|.R|/A.component1|()
|
||||
lval <unused var>: R|kotlin/String| = R|<local>/<destruct>|.R|/A.component2|()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user