K2: reproduce KT-54917
This commit is contained in:
committed by
Space Team
parent
1c89a7e400
commit
7884d9a61e
+6
@@ -19732,6 +19732,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/integerLiterals/intToLongConversion.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("literalInCompletedGeneric.kt")
|
||||
public void testLiteralInCompletedGeneric() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/integerLiterals/literalInCompletedGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("literalsInInference.kt")
|
||||
public void testLiteralsInInference() throws Exception {
|
||||
|
||||
+6
@@ -19732,6 +19732,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/integerLiterals/intToLongConversion.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("literalInCompletedGeneric.kt")
|
||||
public void testLiteralInCompletedGeneric() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/integerLiterals/literalInCompletedGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("literalsInInference.kt")
|
||||
public void testLiteralsInInference() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user