Issue 100: error using identifier 'EOF'
Status:  Fixed
Owner: ----
Closed:  Mar 2011
Reported by lucadelt...@googlemail.com, Mar 14, 2011
What steps will reproduce the problem?
class Main {
   public var EOF:Int;
   static function main() {}
}

What is the expected output? What do you see instead?
EOF is not a reserved word in other targets, seems like it is for hxcpp, I assume that haxe targets are not supposed to have additional reserved words.

What version of the product are you using? On what operating system?
2,07,0

Mar 15, 2011
Project Member #1 gameh...@gmail.com
FIxed on svn
Status: Fixed