Add tests for Obsolete issues

#KT-18977 Obsolete
This commit is contained in:
Mikhael Bogdanov
2019-01-08 15:43:17 +01:00
parent f389c31d8e
commit f7ce8c18c6
7 changed files with 53 additions and 0 deletions
@@ -2578,6 +2578,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/reified/kt15997_2.kt");
}
@TestMetadata("kt18977.kt")
public void testKt18977() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt18977.kt");
}
@TestMetadata("kt6988.kt")
public void testKt6988() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt6988.kt");