SubPvt.hx 73 B

123456
  1. package pack.sub;
  2. @:allow(pack)
  3. class SubPvt {
  4. function new():Void {}
  5. }