[K/JS] Allow declare inline functions inside external declarations with a million suppresses ^KT-48154 Fixed
This commit is contained in:
@@ -4756,6 +4756,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/extensionWithManyArguments.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("externalInlineWithSuppress.kt")
|
||||
public void testExternalInlineWithSuppress() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/externalInlineWithSuppress.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideInlining.kt")
|
||||
public void testFakeOverrideInlining() throws Exception {
|
||||
|
||||
+6
@@ -5372,6 +5372,12 @@ public class FirJsBoxTestGenerated extends AbstractFirJsBoxTest {
|
||||
runTest("js/js.translator/testData/box/inline/extensionWithManyArguments.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("externalInlineWithSuppress.kt")
|
||||
public void testExternalInlineWithSuppress() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/externalInlineWithSuppress.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideInlining.kt")
|
||||
public void testFakeOverrideInlining() throws Exception {
|
||||
|
||||
+6
@@ -5478,6 +5478,12 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/inline/extensionWithManyArguments.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("externalInlineWithSuppress.kt")
|
||||
public void testExternalInlineWithSuppress() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/externalInlineWithSuppress.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideInlining.kt")
|
||||
public void testFakeOverrideInlining() throws Exception {
|
||||
|
||||
+6
@@ -5372,6 +5372,12 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/extensionWithManyArguments.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("externalInlineWithSuppress.kt")
|
||||
public void testExternalInlineWithSuppress() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/externalInlineWithSuppress.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideInlining.kt")
|
||||
public void testFakeOverrideInlining() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user