KT-42018 explicitly cast inline class values in safe-as
This commit is contained in:
+5
@@ -15582,6 +15582,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/UIntArraySortExample.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("UIntSafeAsInt.kt")
|
||||
public void testUIntSafeAsInt() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/UIntSafeAsInt.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unboxNullableValueOfInlineClassWithNonNullUnderlyingType.kt")
|
||||
public void testUnboxNullableValueOfInlineClassWithNonNullUnderlyingType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/unboxNullableValueOfInlineClassWithNonNullUnderlyingType.kt");
|
||||
|
||||
Reference in New Issue
Block a user