[K/JS] test(Inner Classes): check exported and not-exported inner classes inside kotlin.

This commit is contained in:
Artem Kobzar
2022-08-17 14:58:31 +00:00
committed by Space
parent 3ea653b0e1
commit ab6964d32e
5 changed files with 128 additions and 0 deletions
@@ -7736,6 +7736,18 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/nestedTypes/innerReferenceFromChild.kt");
}
@Test
@TestMetadata("innerWithMultipleArgs.kt")
public void testInnerWithMultipleArgs() throws Exception {
runTest("js/js.translator/testData/box/nestedTypes/innerWithMultipleArgs.kt");
}
@Test
@TestMetadata("innerWithSecondaryConstructor.kt")
public void testInnerWithSecondaryConstructor() throws Exception {
runTest("js/js.translator/testData/box/nestedTypes/innerWithSecondaryConstructor.kt");
}
@Test
@TestMetadata("nested.kt")
public void testNested() throws Exception {
@@ -8208,6 +8208,18 @@ public class FirJsTestGenerated extends AbstractFirJsTest {
runTest("js/js.translator/testData/box/nestedTypes/innerReferenceFromChild.kt");
}
@Test
@TestMetadata("innerWithMultipleArgs.kt")
public void testInnerWithMultipleArgs() throws Exception {
runTest("js/js.translator/testData/box/nestedTypes/innerWithMultipleArgs.kt");
}
@Test
@TestMetadata("innerWithSecondaryConstructor.kt")
public void testInnerWithSecondaryConstructor() throws Exception {
runTest("js/js.translator/testData/box/nestedTypes/innerWithSecondaryConstructor.kt");
}
@Test
@TestMetadata("nested.kt")
public void testNested() throws Exception {
@@ -8208,6 +8208,18 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/nestedTypes/innerReferenceFromChild.kt");
}
@Test
@TestMetadata("innerWithMultipleArgs.kt")
public void testInnerWithMultipleArgs() throws Exception {
runTest("js/js.translator/testData/box/nestedTypes/innerWithMultipleArgs.kt");
}
@Test
@TestMetadata("innerWithSecondaryConstructor.kt")
public void testInnerWithSecondaryConstructor() throws Exception {
runTest("js/js.translator/testData/box/nestedTypes/innerWithSecondaryConstructor.kt");
}
@Test
@TestMetadata("nested.kt")
public void testNested() throws Exception {