[FE 1.0] Add test for KT-45970
This commit is contained in:
committed by
Space Team
parent
3cffb33ab7
commit
a979960e63
+6
@@ -22266,6 +22266,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/numbers/kt41679.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45970.kt")
|
||||
public void testKt45970() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/numbers/kt45970.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47447.kt")
|
||||
public void testKt47447() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user