@:generic class Generic<T> {} class Generic_Int {} class Main { static var tmp:Generic<Int>; static function main():Void {} }