[FIR2IR] Don't create f/o symbols on smartcasted Nothing in dispatch receiver
^KT-63525 Fixed
This commit is contained in:
committed by
Space Team
parent
62e9c944fe
commit
5c632bc78e
+5
@@ -9527,6 +9527,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/controlflow/break1.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callOnSmarcastedNothing.kt")
|
||||
public void testCallOnSmarcastedNothing() {
|
||||
runTest("compiler/testData/codegen/box/controlflow/callOnSmarcastedNothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("for_loops.kt")
|
||||
public void testFor_loops() {
|
||||
runTest("compiler/testData/codegen/box/controlflow/for_loops.kt");
|
||||
|
||||
Reference in New Issue
Block a user