[IR] Fix KT-59346, KT-55993
#KT-59346 #KT-55993
This commit is contained in:
committed by
Space Team
parent
e802ee05a7
commit
2d920df507
+1
@@ -792,6 +792,7 @@ class ExpressionCodegen(
|
||||
declaration.markLineNumber(startOffset = true)
|
||||
mv.store(index, varType)
|
||||
} else if (declaration.isVisibleInLVT) {
|
||||
declaration.markLineNumber(startOffset = true)
|
||||
pushDefaultValueOnStack(varType, mv)
|
||||
mv.store(index, varType)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user