1213141516171819
AlsoExportedClass a = new AlsoExportedClass(); NotExportedClass n = new NotExportedClass(); e.doSomething(); a.doSomething(); n.doSomething(); } }