```haxe abstract Foo<T>(Int) { public static final INST: Foo<String> = null; } ``` generated: ```ts export declare class Foo_Impl_ { static INST: <T>number } ``` Note the extraneous `<T>` before `number` is invalid syntax