[FIR] KT-54874: Ensure this code is red
^KT-54874 Fixed
This commit is contained in:
committed by
Space Team
parent
6117f76a8c
commit
200fb1e5ce
+6
@@ -35881,6 +35881,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/InaccessibleInternalClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("incorrectComparatorInvocation.kt")
|
||||
public void testIncorrectComparatorInvocation() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/incorrectComparatorInvocation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("instar.kt")
|
||||
public void testInstar() throws Exception {
|
||||
|
||||
+6
@@ -35881,6 +35881,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/InaccessibleInternalClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("incorrectComparatorInvocation.kt")
|
||||
public void testIncorrectComparatorInvocation() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/incorrectComparatorInvocation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("instar.kt")
|
||||
public void testInstar() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user