JVM IR: Check that we generate callable references in tests
This commit is contained in:
committed by
Alexander Udalov
parent
2acfb3a41f
commit
8014712569
+6
@@ -12179,6 +12179,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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
@@ -12221,6 +12221,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
+5
@@ -10855,6 +10855,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/directInvokeOptimization/boundMemberRef.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("canary.kt")
|
||||
public void testCanary() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/directInvokeOptimization/canary.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("capturingLambda.kt")
|
||||
public void testCapturingLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/directInvokeOptimization/capturingLambda.kt");
|
||||
|
||||
Reference in New Issue
Block a user