Added correctness check of test data + fixed huge amount of incorrect code in test data
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class J {
|
||||
void test() {
|
||||
FunParamererWithDefaultKt.foo(1):
|
||||
FunParamererWithDefaultKt.foo(1, "2"):
|
||||
FunParamererWithDefaultKt.foo(1);
|
||||
FunParamererWithDefaultKt.foo(1, "2");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user