Added correctness check of test data + fixed huge amount of incorrect code in test data
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import kotlin.reflect.KProperty;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public class D {
|
||||
class D {
|
||||
public static D INSTANCE = new D();
|
||||
|
||||
int getValue(@Nullable Object thisRef, @NotNull KProperty<?> property) {
|
||||
|
||||
Reference in New Issue
Block a user