HaxeCheckstyle / haxeparser

A Haxe parser for Haxe
61 stars 23 forks source link

added isFinal field to Var structure #47

Closed AlexHaxe closed 5 years ago

AlexHaxe commented 5 years ago

Apparently isFinal field is needed to make checkstyle compile with Haxe 4.

I couldn't come up with a full implementation for final, so it's just a bugfix to make checkstyle work.