JS: verified that String concatenation with large Long's is fixed (KT-8666)

This commit is contained in:
Anton Bannykh
2017-01-30 20:02:59 +03:00
parent 20f9e67244
commit f5a431490c
5 changed files with 42 additions and 0 deletions
@@ -10002,6 +10002,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
}
@TestMetadata("kt8666.kt")
public void testKt8666() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/intrinsics/kt8666.kt");
doTest(fileName);
}
@TestMetadata("longRangeWithExplicitDot.kt")
public void testLongRangeWithExplicitDot() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/intrinsics/longRangeWithExplicitDot.kt");