JS: Inlined local declarations should be positioned after imports
This commit is contained in:
+5
@@ -4005,6 +4005,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/inlineSimpleAssignment.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlinedObjectLiteralIsCheck.kt")
|
||||
public void testInlinedObjectLiteralIsCheck() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/inlinedObjectLiteralIsCheck.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("innerOuterThis.kt")
|
||||
public void testInnerOuterThis() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/innerOuterThis.kt");
|
||||
|
||||
+5
@@ -4005,6 +4005,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/inlineSimpleAssignment.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlinedObjectLiteralIsCheck.kt")
|
||||
public void testInlinedObjectLiteralIsCheck() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/inlinedObjectLiteralIsCheck.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("innerOuterThis.kt")
|
||||
public void testInnerOuterThis() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/innerOuterThis.kt");
|
||||
|
||||
Reference in New Issue
Block a user