Add hashtable test

This commit is contained in:
Georgy Bronnikov
2020-02-27 15:23:36 +03:00
parent 4381a2d81b
commit 0c266f9f45
5 changed files with 31 additions and 0 deletions
@@ -4594,6 +4594,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/collections/inSetWithSmartCast.kt");
}
@TestMetadata("inheritFromHashtable.kt")
public void testInheritFromHashtable() throws Exception {
runTest("compiler/testData/codegen/box/collections/inheritFromHashtable.kt");
}
@TestMetadata("irrelevantImplCharSequence.kt")
public void testIrrelevantImplCharSequence() throws Exception {
runTest("compiler/testData/codegen/box/collections/irrelevantImplCharSequence.kt");