We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This has been failing since 4.3.2:
class Test { static function main() { test(var foo:String); } static macro function test(e) { switch e { // Unrecognized pattern: untyped $__mk_pos__("Test.hx", 145, 150) case macro var $name:$ct: case _: } return macro {}; } }
https://try.haxe.org/#8715e05c
The text was updated successfully, but these errors were encountered:
Broken by ##11163
Sorry, something went wrong.
kLabz
Successfully merging a pull request may close this issue.
This has been failing since 4.3.2:
https://try.haxe.org/#8715e05c
The text was updated successfully, but these errors were encountered: