JS: add test to prove that KT-13523 is no more reproducible
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user