Add a test
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user