[PL] Make call an exception in case of several inherited implementations
^KT-57701
This commit is contained in:
committed by
Space Team
parent
fde8909e6f
commit
ee1608ec99
Generated
+6
@@ -145,6 +145,12 @@ public class FirJsPartialLinkageNoICTestCaseGenerated extends AbstractFirJsParti
|
||||
runTest("compiler/testData/klibABI/replaceCallableReturnType/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("severalInheritedImplementations")
|
||||
public void testSeveralInheritedImplementations() throws Exception {
|
||||
runTest("compiler/testData/klibABI/severalInheritedImplementations/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeAliasChanges")
|
||||
public void testTypeAliasChanges() throws Exception {
|
||||
|
||||
Generated
+6
@@ -145,6 +145,12 @@ public class JsPartialLinkageNoICES6TestCaseGenerated extends AbstractJsPartialL
|
||||
runTest("compiler/testData/klibABI/replaceCallableReturnType/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("severalInheritedImplementations")
|
||||
public void testSeveralInheritedImplementations() throws Exception {
|
||||
runTest("compiler/testData/klibABI/severalInheritedImplementations/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeAliasChanges")
|
||||
public void testTypeAliasChanges() throws Exception {
|
||||
|
||||
Generated
+6
@@ -145,6 +145,12 @@ public class JsPartialLinkageNoICTestCaseGenerated extends AbstractJsPartialLink
|
||||
runTest("compiler/testData/klibABI/replaceCallableReturnType/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("severalInheritedImplementations")
|
||||
public void testSeveralInheritedImplementations() throws Exception {
|
||||
runTest("compiler/testData/klibABI/severalInheritedImplementations/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeAliasChanges")
|
||||
public void testTypeAliasChanges() throws Exception {
|
||||
|
||||
Generated
+6
@@ -145,6 +145,12 @@ public class JsPartialLinkageWithICTestCaseGenerated extends AbstractJsPartialLi
|
||||
runTest("compiler/testData/klibABI/replaceCallableReturnType/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("severalInheritedImplementations")
|
||||
public void testSeveralInheritedImplementations() throws Exception {
|
||||
runTest("compiler/testData/klibABI/severalInheritedImplementations/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeAliasChanges")
|
||||
public void testTypeAliasChanges() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user