Uh oh!
There was an error while loading. Please reload this page.
support haxe final keyword - #2971
Conversation
…#1925 (does not support `final` as method modifier)
SlavaRa
commented
Jan 30, 2020
@romamik should this work under haxe < 4.0.0? |
romamik
commented
Jan 30, 2020
I did not test with older haxe versions. IMHO it should not break anything, but may display |
SlavaRa
commented
Jan 30, 2020
I would not be so sure without the tests :) |
romamik
commented
Jan 30, 2020
Do you mean to enable/disable this code depending on haxe version? Is there some example of how can this be accomplished? |
I've added version check. Now Not sure if the way I add/remove/check item existense in |
SlavaRa
commented
Mar 27, 2020
@romamik i'll check and merge today. |
Support haxe
finalkeyword for variable completion and coloring.Resolves#2775 and partially resolves#1925 (does not support
finalas method modifier.)