class VectorInliner { @:testHack static function main() { Vector.ofArray([1]); } }