JS: don't remove imports only used for fake overrides (KT-31007 fixed)
This commit is contained in:
+5
@@ -5316,6 +5316,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/multiModule/moduleAndVariableNameClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateInterfaceMethodInheritance.kt")
|
||||
public void testPrivateInterfaceMethodInheritance() throws Exception {
|
||||
runTest("js/js.translator/testData/box/multiModule/privateInterfaceMethodInheritance.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateInterfaceNameClash.kt")
|
||||
public void testPrivateInterfaceNameClash() throws Exception {
|
||||
runTest("js/js.translator/testData/box/multiModule/privateInterfaceNameClash.kt");
|
||||
|
||||
+5
@@ -5321,6 +5321,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/multiModule/moduleAndVariableNameClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateInterfaceMethodInheritance.kt")
|
||||
public void testPrivateInterfaceMethodInheritance() throws Exception {
|
||||
runTest("js/js.translator/testData/box/multiModule/privateInterfaceMethodInheritance.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateInterfaceNameClash.kt")
|
||||
public void testPrivateInterfaceNameClash() throws Exception {
|
||||
runTest("js/js.translator/testData/box/multiModule/privateInterfaceNameClash.kt");
|
||||
|
||||
Reference in New Issue
Block a user