From 8014000bd191633cdc40f3ff8a50b727e9344d78 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Fri, 3 Feb 2017 20:23:46 +0300 Subject: [PATCH] Update light analysis test data --- .../light-analysis/builtinStubMethods/immutableRemove.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/codegen/light-analysis/builtinStubMethods/immutableRemove.txt b/compiler/testData/codegen/light-analysis/builtinStubMethods/immutableRemove.txt index 956b3f03fad..c831236546d 100644 --- a/compiler/testData/codegen/light-analysis/builtinStubMethods/immutableRemove.txt +++ b/compiler/testData/codegen/light-analysis/builtinStubMethods/immutableRemove.txt @@ -21,7 +21,6 @@ public final class ImmutableCollectionmpl { public @org.jetbrains.annotations.NotNull method remove(p0: java.lang.Object): ImmutableCollection public method remove(p0: java.lang.Object): boolean public method removeAll(p0: java.util.Collection): boolean - public method removeIf(p0: java.util.function.Predicate): boolean public method retainAll(p0: java.util.Collection): boolean public final method size(): int public method toArray(): java.lang.Object[]