Minor, add regression test

#KT-42562
This commit is contained in:
Alexander Udalov
2020-10-12 21:37:37 +02:00
parent 2ff011af17
commit 1daeebcdd3
5 changed files with 34 additions and 0 deletions
@@ -11639,6 +11639,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testLocalVarNoExplicitType() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/local/localVarNoExplicitType.kt");
}
@TestMetadata("useReflectionForLocalVarInLambda.kt")
public void testUseReflectionForLocalVarInLambda() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/local/useReflectionForLocalVarInLambda.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties")