[JS IR] Review remarks
- Move origin to common place - Add comments and todo about solution - Remove MODULE directive from tests - Add test with in-place using of js function
This commit is contained in:
committed by
TeamCityServer
parent
507516e44d
commit
74d1812461
Generated
+5
@@ -7136,6 +7136,11 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/reflection/kClassWithJsCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kJsClassWithJsCall.kt")
|
||||
public void testKJsClassWithJsCall() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/kJsClassWithJsCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kTypeWithJsCall.kt")
|
||||
public void testKTypeWithJsCall() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/kTypeWithJsCall.kt");
|
||||
|
||||
+5
@@ -7136,6 +7136,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/reflection/kClassWithJsCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kJsClassWithJsCall.kt")
|
||||
public void testKJsClassWithJsCall() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/kJsClassWithJsCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kTypeWithJsCall.kt")
|
||||
public void testKTypeWithJsCall() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/kTypeWithJsCall.kt");
|
||||
|
||||
+5
@@ -7161,6 +7161,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/reflection/kClassWithJsCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kJsClassWithJsCall.kt")
|
||||
public void testKJsClassWithJsCall() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/kJsClassWithJsCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kTypeWithJsCall.kt")
|
||||
public void testKTypeWithJsCall() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/kTypeWithJsCall.kt");
|
||||
|
||||
Reference in New Issue
Block a user