Support proper frame maps for enum valueOf
This commit is contained in:
+5
@@ -2908,6 +2908,11 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35511_try_valueOf.kt")
|
||||
public void testKt35511_try_valueOf() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7017.kt")
|
||||
public void testKt7017() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt7017.kt");
|
||||
|
||||
Generated
+5
@@ -2908,6 +2908,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35511_try_valueOf.kt")
|
||||
public void testKt35511_try_valueOf() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7017.kt")
|
||||
public void testKt7017() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt7017.kt");
|
||||
|
||||
Generated
+5
@@ -2908,6 +2908,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35511_try_valueOf.kt")
|
||||
public void testKt35511_try_valueOf() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7017.kt")
|
||||
public void testKt7017() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt7017.kt");
|
||||
|
||||
Reference in New Issue
Block a user