20212223242526
public class Test { public static void main(String[] args) { System.out.print(new ApiClass().echo()); // this should compile System.out.print(new InternalClass().echo()); // this should not compile! }