VectorInliner.hx 87 B

12345
  1. class VectorInliner {
  2. @:testHack static function main() {
  3. Vector.ofArray([1]);
  4. }
  5. }