PrivateImport.hx 91 B

1234567
  1. import ModWithPrivate.A;
  2. class PrivateImport {
  3. static function main() {
  4. trace(A);
  5. }
  6. }