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