Test fix after idea update
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ class B extends A {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void bar(boolean b, int n, String s) {
|
public void bar(boolean b, int n, String s) {
|
||||||
foo(1, "abc");
|
foo(n, s);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void baz() {
|
public void baz() {
|
||||||
|
|||||||
Reference in New Issue
Block a user