[Test] Add test for KT-54662
This commit is contained in:
committed by
Space Team
parent
027b1f861c
commit
1927369ae9
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user