KT-62138 add testcases
This commit is contained in:
committed by
Space Team
parent
079343c093
commit
af63763da2
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user