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