Instant
Instant copied to clipboard
private/internal methods inaccessible
Now that we're just compiling full code, including for the test code, private, protected and internal methods are no longer callable. Need to devise a way to call these.
Maybe we can rewrite the test code into some reflection code.