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