Haxe Forum > Type Params in Build Macro calls

  • This doesn't compile (in 2.10):

    @:build(Macro.test(MyClass<MyTypeParam>)

    In fact, class references in build macro calls come through to the macro as 'Constant' enums (instead of ComplexType enums).

< Prev | Page 1 / 1 | Next >