JVM IR: Handle suspend interface default methods with generic types (KT-45166)
This commit is contained in:
committed by
Alexander Udalov
parent
7d62f0b5aa
commit
7a9ff15d73
+5
@@ -7386,6 +7386,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/coroutines/bridges"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceGenericDefault.kt")
|
||||
public void testInterfaceGenericDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/bridges/interfaceGenericDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceSpecialization.kt")
|
||||
public void testInterfaceSpecialization() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/bridges/interfaceSpecialization.kt");
|
||||
|
||||
Reference in New Issue
Block a user