Put reification markers came from super object signature

#KT-44770 Fixed
  #KT-30696 Open
This commit is contained in:
Mikhael Bogdanov
2021-04-29 10:42:45 +02:00
parent 8dd307573a
commit 95d95f9a9b
19 changed files with 209 additions and 14 deletions
@@ -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 {