[MPP] Add test for inc/dec check in expect class

KT-49714
This commit is contained in:
Pavel Kirpichenkov
2022-01-27 14:02:59 +03:00
committed by teamcity
parent 1ce7286c86
commit 90abbb4a9f
6 changed files with 44 additions and 0 deletions
@@ -339,6 +339,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/IncDec.kt");
}
@Test
@TestMetadata("IncDecOperatorsInExpectClass.kt")
public void testIncDecOperatorsInExpectClass() throws Exception {
runTest("compiler/testData/diagnostics/tests/IncDecOperatorsInExpectClass.kt");
}
@Test
@TestMetadata("IncorrectCharacterLiterals.kt")
public void testIncorrectCharacterLiterals() throws Exception {