Fix boxing for non-local and labeled returns with inline classes
This commit is contained in:
+6
@@ -11403,6 +11403,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("checkBoxingForNonLocalAndLabeledReturns.kt")
|
||||
public void testCheckBoxingForNonLocalAndLabeledReturns() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/inlineClasses/checkBoxingForNonLocalAndLabeledReturns.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("checkBoxingFromReturnTypeForInlineClasses.kt")
|
||||
public void testCheckBoxingFromReturnTypeForInlineClasses() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/inlineClasses/checkBoxingFromReturnTypeForInlineClasses.kt");
|
||||
|
||||
Reference in New Issue
Block a user