JS: prove that KT-8282 is no more reproducible

This commit is contained in:
Alexey Andreev
2017-09-14 14:31:23 +03:00
parent aa35d4ed36
commit 9771a3c66e
2 changed files with 28 additions and 0 deletions
@@ -5149,6 +5149,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inlineSizeReduction/valDeclaration.kt");
doTest(fileName);
}
@TestMetadata("varargTemporaryVar.kt")
public void testVarargTemporaryVar() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inlineSizeReduction/varargTemporaryVar.kt");
doTest(fileName);
}
}
@TestMetadata("js/js.translator/testData/box/inlineStdlib")