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
The overload modifier currently seems to trigger a line break:
overload
class Foo { static overload extern inline function foo() {} overload static extern inline function foo(i:Int) {} }
The text was updated successfully, but these errors were encountered:
yep, that's caused by haxeparser (and by extension tokentree) being mostly unaware of new nightly features
spoiler alert: I'm in the process of updating haxeparser and then tokentree.
I've already patched and PR'd munit. utest thankfully has a patch for spread operator. json2object needs a fix for new isAbstract field in ClassType.
isAbstract
ClassType
Sorry, something went wrong.
fixed overload support, fixes HaxeCheckstyle#626
ab489f9
updated to latest haxeparser and tokentreee retired Haxe 3.4.7 compilation support
066f8c5
No branches or pull requests
The
overload
modifier currently seems to trigger a line break:The text was updated successfully, but these errors were encountered: