-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
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
[Haxe4] Support for final
keyword
#1925
Labels
Comments
When can we expect this? I'm starting to use Haxe 4 now, |
@markknol the next week. |
Great, looking forward to it! |
Would be great to see this implemented :) |
What is the status of this? |
@markknol hi, I'm very busy at work now:( but I will try to do it on the weekend or next week. |
Sorry to bump this, but it would be super great if this works, now that Haxe 4 is released! |
romamik
pushed a commit
to romamik/flashdevelop
that referenced
this issue
Jan 27, 2020
…#1925 (does not support `final` as method modifier)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Haxe4 introduced a
final
keyword used in 2 places:override
completion.)var
keyword.In-detail described here HaxeFoundation/haxe#6596
Feature already available in Haxe 4.0.0-preview.2 build.
The text was updated successfully, but these errors were encountered: