JVM IR: Handle nested classes in DelegatedPropertyOptimizer
This commit is contained in:
committed by
Alexander Udalov
parent
da9bff40f0
commit
ca6e430e89
+15
@@ -10798,6 +10798,21 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/inSeparateModuleWithNonNullParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt40815.kt")
|
||||
public void testKt40815() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/kt40815.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt40815_2.kt")
|
||||
public void testKt40815_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/kt40815_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt40815_3.kt")
|
||||
public void testKt40815_3() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/kt40815_3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lazy.kt")
|
||||
public void testLazy() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/lazy.kt");
|
||||
|
||||
Reference in New Issue
Block a user