Put reification markers came from super object signature
#KT-44770 Fixed #KT-30696 Open
This commit is contained in:
+12
@@ -3702,6 +3702,18 @@ public class FirBlackBoxInlineCodegenTestGenerated extends AbstractFirBlackBoxIn
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44770.kt")
|
||||
public void testKt44770() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt44770.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44770_2.kt")
|
||||
public void testKt44770_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt44770_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6988.kt")
|
||||
public void testKt6988() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user