[K/JS] test(Inner Classes): check exported and not-exported inner classes inside kotlin.
This commit is contained in:
@@ -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 {
|
||||
|
||||
+12
@@ -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 {
|
||||
|
||||
+12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user