JVM IR: Use INVOKESPECIAL instead of INVOKEVIRTUAL for default private
suspend functions. #KT-26592
This commit is contained in:
+6
@@ -9549,6 +9549,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/featureIntersection/interfaceMethodWithBodyGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmDefault.kt")
|
||||
public void testJvmDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overrideInInlineClass.kt")
|
||||
public void testOverrideInInlineClass() throws Exception {
|
||||
|
||||
+6
@@ -9549,6 +9549,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/coroutines/featureIntersection/interfaceMethodWithBodyGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmDefault.kt")
|
||||
public void testJvmDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overrideInInlineClass.kt")
|
||||
public void testOverrideInInlineClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user