FIR2IR: Fix exception when local class used before declaration
This commit is contained in:
+5
@@ -22277,6 +22277,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/localClasses/localClassInParameterInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localClassUsedBeforeDeclaration.kt")
|
||||
public void testLocalClassUsedBeforeDeclaration() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/localClassUsedBeforeDeclaration.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localDataClass.kt")
|
||||
public void testLocalDataClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/localDataClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user