Update to 142.4245.2: Fix test data in pull up

This commit is contained in:
Nikolay Krasko
2015-08-31 19:59:32 +03:00
parent a946db98a1
commit 339f8ee2ab
4 changed files with 7 additions and 7 deletions
@@ -17,5 +17,5 @@ abstract class A<T extends I, U extends I, V> {
@NotNull
public final Z foo8;
abstract <S extends T> void foo(@NotNull T x1, @NotNull Z<T> x2, Object y1, @NotNull Z y2, @NotNull I w1, @NotNull Z w2, @NotNull S s1, @NotNull Z<S> s2);
public abstract <S extends T> void foo(@NotNull T x1, @NotNull Z<T> x2, Object y1, @NotNull Z y2, @NotNull I w1, @NotNull Z w2, @NotNull S s1, @NotNull Z<S> s2);
}