Treat number with unsigned literal as UByte & UShort & UInt & ULong
This commit is contained in:
+5
-5
@@ -11179,6 +11179,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/callComputablePropertyInsideInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkBasicUnsignedLiterals.kt")
|
||||
public void testCheckBasicUnsignedLiterals() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBasicUnsignedLiterals.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkBoxUnboxOfArgumentsOnInlinedFunctions.kt")
|
||||
public void testCheckBoxUnboxOfArgumentsOnInlinedFunctions() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxUnboxOfArgumentsOnInlinedFunctions.kt");
|
||||
@@ -11229,11 +11234,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkLambdaWithInlineClassesInFunctionalType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkPlusOfUInt.kt")
|
||||
public void testCheckPlusOfUInt() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkPlusOfUInt.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkUnboxingResultFromTypeVariable.kt")
|
||||
public void testCheckUnboxingResultFromTypeVariable() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkUnboxingResultFromTypeVariable.kt");
|
||||
|
||||
Reference in New Issue
Block a user