K2: reproduce KT-58379

This commit is contained in:
Mikhail Glukhikh
2023-05-03 09:50:25 +02:00
committed by Space Team
parent 142e2b4b2a
commit 6ae648f6f6
7 changed files with 80 additions and 0 deletions
@@ -19320,6 +19320,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/integerLiterals/literalsInInference.kt");
}
@Test
@TestMetadata("sortedBy.kt")
public void testSortedBy() throws Exception {
runTest("compiler/testData/diagnostics/tests/integerLiterals/sortedBy.kt");
}
@Test
@TestMetadata("typealiasOnLong.kt")
public void testTypealiasOnLong() throws Exception {
@@ -19320,6 +19320,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/integerLiterals/literalsInInference.kt");
}
@Test
@TestMetadata("sortedBy.kt")
public void testSortedBy() throws Exception {
runTest("compiler/testData/diagnostics/tests/integerLiterals/sortedBy.kt");
}
@Test
@TestMetadata("typealiasOnLong.kt")
public void testTypealiasOnLong() throws Exception {