JS: add test to prove that KT-13523 is no more reproducible

This commit is contained in:
Alexey Andreev
2016-12-27 15:33:01 +03:00
parent 27c2a4f6a8
commit 175d37fdc8
6 changed files with 78 additions and 0 deletions
@@ -10595,6 +10595,12 @@ public class LightAnalysisModeCodegenTestGenerated extends AbstractLightAnalysis
doTest(fileName);
}
@TestMetadata("augmentedAssignmentWithArrayLHS.kt")
public void testAugmentedAssignmentWithArrayLHS() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/operatorConventions/augmentedAssignmentWithArrayLHS.kt");
doTest(fileName);
}
@TestMetadata("incDecOnObject.kt")
public void testIncDecOnObject() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/operatorConventions/incDecOnObject.kt");