Fix bridge methods generation when inline class types are used
This commit is contained in:
+5
@@ -11169,6 +11169,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/boxUnboxOfInlineClassForCapturedVars.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("bridgesWhenInlineClassImplementsGenericInterface.kt")
|
||||
public void testBridgesWhenInlineClassImplementsGenericInterface() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/bridgesWhenInlineClassImplementsGenericInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callComputablePropertyInsideInlineClass.kt")
|
||||
public void testCallComputablePropertyInsideInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/callComputablePropertyInsideInlineClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user