Added correctness check of test data + fixed huge amount of incorrect code in test data
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
class D extends B {
|
||||
D() {
|
||||
super(10);
|
||||
}
|
||||
|
||||
public int getFoo() {
|
||||
return 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user