KT-62138 add testcases

This commit is contained in:
Aleksandra.Arsenteva
2023-11-17 12:41:23 +03:00
committed by Space Team
parent 079343c093
commit af63763da2
9 changed files with 103 additions and 1 deletions
@@ -26566,6 +26566,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/AssignOperatorAmbiguityExtension.kt");
}
@Test
@TestMetadata("AssignOperatorWithExtensionForAny.kt")
public void testAssignOperatorWithExtensionForAny() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/AssignOperatorWithExtensionForAny.kt");
}
@Test
@TestMetadata("AssignmentOperations.kt")
public void testAssignmentOperations() throws Exception {
@@ -26566,6 +26566,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/AssignOperatorAmbiguityExtension.kt");
}
@Test
@TestMetadata("AssignOperatorWithExtensionForAny.kt")
public void testAssignOperatorWithExtensionForAny() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/AssignOperatorWithExtensionForAny.kt");
}
@Test
@TestMetadata("AssignmentOperations.kt")
public void testAssignmentOperations() throws Exception {