Add tests for KT-40152
This commit is contained in:
+5
@@ -5073,6 +5073,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/collections/removeClashWithGenerics.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("removeNullFromList.kt")
|
||||
public void testRemoveNullFromList() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/removeNullFromList.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("removeOverriddenInJava.kt")
|
||||
public void testRemoveOverriddenInJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/removeOverriddenInJava.kt");
|
||||
|
||||
Reference in New Issue
Block a user