Added correctness check of test data + fixed huge amount of incorrect code in test data
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
class A {
|
||||
int foo() {
|
||||
public int foo() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
class C extends B {
|
||||
int foo() {
|
||||
public int foo() {
|
||||
return 3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user