Add a test

This commit is contained in:
Georgy Bronnikov
2019-02-04 17:03:38 +03:00
parent 3531f47bfb
commit 67656a447a
5 changed files with 119 additions and 2 deletions
@@ -1411,6 +1411,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/bridges/strListContains.kt");
}
@TestMetadata("strListRemove.kt")
public void testStrListRemove() throws Exception {
runTest("compiler/testData/codegen/box/bridges/strListRemove.kt");
}
@TestMetadata("traitImplInheritsTraitImpl.kt")
public void testTraitImplInheritsTraitImpl() throws Exception {
runTest("compiler/testData/codegen/box/bridges/traitImplInheritsTraitImpl.kt");