KT-33119 Generate IINC for primitive types only
This commit is contained in:
+5
@@ -13408,6 +13408,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt28920_javaPrimitiveType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt33119.kt")
|
||||
public void testKt33119() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt33119.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt34268.kt")
|
||||
public void testKt34268() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt34268.kt");
|
||||
|
||||
Reference in New Issue
Block a user