[FIR] Support constant unary operators for integer literal operators
^KT-38895
This commit is contained in:
committed by
teamcity
parent
52b72a7dac
commit
1591518cf6
+6
@@ -17486,6 +17486,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/integerLiterals"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("constantUnaryOperators.kt")
|
||||
public void testConstantUnaryOperators() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/integerLiterals/constantUnaryOperators.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intToLongConversion.kt")
|
||||
public void testIntToLongConversion() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user