KT-27948: Use proper KotlinType when comparing with literal 0
#KT-27948
This commit is contained in:
+5
@@ -23877,6 +23877,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/boxConstValOfUnsignedType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("boxedUnsignedEqualsZero.kt")
|
||||
public void testBoxedUnsignedEqualsZero() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/boxedUnsignedEqualsZero.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkBasicUnsignedLiterals.kt")
|
||||
public void testCheckBasicUnsignedLiterals() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/checkBasicUnsignedLiterals.kt");
|
||||
|
||||
Reference in New Issue
Block a user