JVM IR: Check that we generate callable references in tests
This commit is contained in:
committed by
Alexander Udalov
parent
2acfb3a41f
commit
8014712569
+6
@@ -15789,6 +15789,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/directInvokeOptimization/boundMemberRef.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("canary.kt")
|
||||
public void testCanary() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/directInvokeOptimization/canary.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturingLambda.kt")
|
||||
public void testCapturingLambda() throws Exception {
|
||||
|
||||
+6
@@ -15975,6 +15975,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/directInvokeOptimization/boundMemberRef.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("canary.kt")
|
||||
public void testCanary() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/directInvokeOptimization/canary.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturingLambda.kt")
|
||||
public void testCapturingLambda() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user