JS: inline private properties
This commit is contained in:
committed by
Anton Bannykh
parent
50aeeee462
commit
9716abcc12
+5
@@ -4110,6 +4110,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/params.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateProperty.kt")
|
||||
public void testPrivateProperty() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/privateProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("rootConstructor.kt")
|
||||
public void testRootConstructor() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/rootConstructor.kt");
|
||||
|
||||
+5
@@ -4110,6 +4110,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/params.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateProperty.kt")
|
||||
public void testPrivateProperty() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/privateProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("rootConstructor.kt")
|
||||
public void testRootConstructor() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/rootConstructor.kt");
|
||||
|
||||
Reference in New Issue
Block a user