[Test] Add test for KT-54662

This commit is contained in:
Dmitriy Novozhilov
2022-10-25 10:33:39 +03:00
committed by Space Team
parent 027b1f861c
commit 1927369ae9
7 changed files with 84 additions and 0 deletions
@@ -22590,6 +22590,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/assignmentOperationsCheckReturnType.kt");
}
@Test
@TestMetadata("augmentedAssignForJavaSyntheticProperty.kt")
public void testAugmentedAssignForJavaSyntheticProperty() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/augmentedAssignForJavaSyntheticProperty.kt");
}
@Test
@TestMetadata("compareToNullable.kt")
public void testCompareToNullable() throws Exception {