KT-46267 JVM_IR don't generate unnecessary ATHROW in lateinit var read
This commit is contained in:
+5
@@ -24797,6 +24797,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/properties/lateinit/exceptionGetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46267.kt")
|
||||
public void testKt46267() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/lateinit/kt46267.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localClass.kt")
|
||||
public void testLocalClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/lateinit/localClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user