PrivateAccess.hx 85 B

12345
  1. class PrivateAccess {
  2. static function main() {
  3. ModWithPrivate.privateFunc();
  4. }
  5. }