Minor, add regression test
#KT-42562
This commit is contained in:
+5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user