Minor, add regression test

This commit is contained in:
Alexander Udalov
2020-10-07 14:28:37 +02:00
parent 8ef0fdf021
commit e280416fe2
8 changed files with 51 additions and 0 deletions
@@ -11668,6 +11668,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/kt40815_3.kt");
}
@TestMetadata("kt42253.kt")
public void testKt42253() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/kt42253.kt");
}
@TestMetadata("lazy.kt")
public void testLazy() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties/lazy.kt");