[JS IR] Add test on interface with default method calling extension method on super-interface
^KT-42176 fixed
This commit is contained in:
+10
@@ -11574,6 +11574,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/extensionFunctions"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("classMethodCallExtensionSuper.kt")
|
||||
public void testClassMethodCallExtensionSuper() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/classMethodCallExtensionSuper.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultMethodInterfaceCallExtensionSuper.kt")
|
||||
public void testDefaultMethodInterfaceCallExtensionSuper() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/defaultMethodInterfaceCallExtensionSuper.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("executionOrder.kt")
|
||||
public void testExecutionOrder() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/executionOrder.kt");
|
||||
|
||||
Reference in New Issue
Block a user