Update to 142.4245.2: Fix test data in pull up
This commit is contained in:
@@ -4,7 +4,7 @@ abstract class A {
|
|||||||
|
|
||||||
public final int x;
|
public final int x;
|
||||||
|
|
||||||
abstract boolean foo(int n);
|
public abstract boolean foo(int n);
|
||||||
|
|
||||||
abstract void bar(@NotNull String s);
|
public abstract void bar(@NotNull String s);
|
||||||
}
|
}
|
||||||
+2
-2
@@ -4,7 +4,7 @@ abstract class A {
|
|||||||
|
|
||||||
public final int x;
|
public final int x;
|
||||||
|
|
||||||
abstract boolean foo(int n);
|
public abstract boolean foo(int n);
|
||||||
|
|
||||||
abstract void bar(@NotNull String s);
|
public abstract void bar(@NotNull String s);
|
||||||
}
|
}
|
||||||
+1
-1
@@ -17,5 +17,5 @@ abstract class A<T extends I, U extends I, V> {
|
|||||||
@NotNull
|
@NotNull
|
||||||
public final Z foo8;
|
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);
|
||||||
}
|
}
|
||||||
@@ -5,8 +5,8 @@ class T {
|
|||||||
|
|
||||||
public final int x;
|
public final int x;
|
||||||
|
|
||||||
abstract boolean foo(int n);
|
public abstract boolean foo(int n);
|
||||||
|
|
||||||
abstract void bar(@NotNull String s);
|
public abstract void bar(@NotNull String s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user