Use mapping mode for inline class underlying type without wrapping
This commit is contained in:
+10
@@ -11553,6 +11553,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt26103.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26103_contravariantUnderlyingType.kt")
|
||||
public void testKt26103_contravariantUnderlyingType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt26103_contravariantUnderlyingType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26103_covariantUnderlyingType.kt")
|
||||
public void testKt26103_covariantUnderlyingType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt26103_covariantUnderlyingType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26103_original.kt")
|
||||
public void testKt26103_original() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt26103_original.kt");
|
||||
|
||||
Reference in New Issue
Block a user