You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strange error here : https://try.haxe.org/#fFB78764Method foo not found on class Macro
Same if usingcommented and Macro.foo( 1 ); uncommented.
Without using, it throw correct error Type not found : Expr Test.hx :
The original example could mean that the error is somehow swallowed while trying to resolve the static extension, but what's strange is that this also fails:
I don't think the using Macro here should even do anything, because the field can be resolved before we even have to look at static extensions. I think that's a separate issue, but also one we should look into.
Hej,
Strange error here : https://try.haxe.org/#fFB78764
Method foo not found on class Macro
Same if
using
commented andMacro.foo( 1 );
uncommented.Without using, it throw correct error
Type not found : Expr
Test.hx :
Macro.hx :
The text was updated successfully, but these errors were encountered: