Test fix after idea update

This commit is contained in:
Nikolay Krasko
2015-07-17 13:56:36 +03:00
parent f3c2de5287
commit cac62fe4c8
@@ -19,7 +19,7 @@ class B extends A {
}
public void bar(boolean b, int n, String s) {
foo(1, "abc");
foo(n, s);
}
public void baz() {