K1/K2: add test for Comparator.comparing situation from intellij
This commit is contained in:
committed by
Space Team
parent
993509c057
commit
db173b8ac5
+6
@@ -29752,6 +29752,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/platformTypes"), Pattern.compile("^(.+)\\.(kt|kts)$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("comparingWithWrongNullability.kt")
|
||||
public void testComparingWithWrongNullability() {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/comparingWithWrongNullability.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegateByComplexInheritance.kt")
|
||||
public void testDelegateByComplexInheritance() {
|
||||
|
||||
+6
@@ -29752,6 +29752,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/platformTypes"), Pattern.compile("^(.+)\\.(kt|kts)$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("comparingWithWrongNullability.kt")
|
||||
public void testComparingWithWrongNullability() {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/comparingWithWrongNullability.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegateByComplexInheritance.kt")
|
||||
public void testDelegateByComplexInheritance() {
|
||||
|
||||
Reference in New Issue
Block a user