FE: add new tests around unresolved integer literals
Related to KT-57487, KT-57703
This commit is contained in:
committed by
Space Team
parent
70c5978add
commit
27c4a7b7ef
+6
@@ -19253,6 +19253,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
public void testTypealiasOnLong() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/integerLiterals/typealiasOnLong.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("vararg.kt")
|
||||
public void testVararg() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/integerLiterals/vararg.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -19253,6 +19253,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
public void testTypealiasOnLong() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/integerLiterals/typealiasOnLong.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("vararg.kt")
|
||||
public void testVararg() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/integerLiterals/vararg.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user