JVM: Fix unsigned literals in API version < 1.5
This commit is contained in:
committed by
TeamCityServer
parent
af2d0ad36f
commit
a1c1a32515
+6
@@ -41098,6 +41098,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsForMaxLongValue.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("unsignedLiteralsInApiVersion14.kt")
|
||||
public void testUnsignedLiteralsInApiVersion14() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/unsignedLiteralsInApiVersion14.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("unsignedLiteralsWithSignedOverflow.kt")
|
||||
public void testUnsignedLiteralsWithSignedOverflow() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user