K2: add missing checks for integral parameter type on implicit coercion
#KT-61418 fixed #KT-61442 fixed #KT-61441 fixed
This commit is contained in:
committed by
Space Team
parent
84c6333b23
commit
b821009617
+6
@@ -40166,6 +40166,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt47716.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61418.kt")
|
||||
public void testKt61418() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt61418.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("literalEqualsNullableUnsigned.kt")
|
||||
public void testLiteralEqualsNullableUnsigned() throws Exception {
|
||||
|
||||
+6
@@ -41206,6 +41206,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt47716.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61418.kt")
|
||||
public void testKt61418() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt61418.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("literalEqualsNullableUnsigned.kt")
|
||||
public void testLiteralEqualsNullableUnsigned() throws Exception {
|
||||
|
||||
+6
@@ -39647,6 +39647,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt47716.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61418.kt")
|
||||
public void testKt61418() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt61418.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("literalEqualsNullableUnsigned.kt")
|
||||
public void testLiteralEqualsNullableUnsigned() throws Exception {
|
||||
|
||||
+6
@@ -40167,6 +40167,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt47716.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61418.kt")
|
||||
public void testKt61418() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/kt61418.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("literalEqualsNullableUnsigned.kt")
|
||||
public void testLiteralEqualsNullableUnsigned() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user