Use underlying type when computing type mapping mode for inline classes
This commit is contained in:
+10
@@ -11548,6 +11548,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt25771.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26103.kt")
|
||||
public void testKt26103() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt26103.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26103_original.kt")
|
||||
public void testKt26103_original() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt26103_original.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noAssertionsOnInlineClassBasedOnNullableType.kt")
|
||||
public void testNoAssertionsOnInlineClassBasedOnNullableType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/noAssertionsOnInlineClassBasedOnNullableType.kt");
|
||||
|
||||
Reference in New Issue
Block a user