Introduce WITH_UNSIGNED directive to use unsigned types in tests
This commit is contained in:
+5
@@ -11224,6 +11224,11 @@ 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