Support proper frame maps for enum valueOf
This commit is contained in:
+5
@@ -3193,6 +3193,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
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("kt6988.kt")
|
||||
public void testKt6988() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");
|
||||
|
||||
Generated
+5
@@ -3193,6 +3193,11 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
||||
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("kt6988.kt")
|
||||
public void testKt6988() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");
|
||||
|
||||
Generated
+5
@@ -3193,6 +3193,11 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
|
||||
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("kt6988.kt")
|
||||
public void testKt6988() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");
|
||||
|
||||
+5
@@ -3193,6 +3193,11 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
|
||||
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("kt6988.kt")
|
||||
public void testKt6988() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");
|
||||
|
||||
Generated
+5
@@ -3193,6 +3193,11 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
|
||||
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("kt6988.kt")
|
||||
public void testKt6988() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");
|
||||
|
||||
Generated
+5
@@ -3193,6 +3193,11 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
|
||||
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("kt6988.kt")
|
||||
public void testKt6988() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");
|
||||
|
||||
Reference in New Issue
Block a user