| Issue 100: | error using identifier 'EOF' | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Fixed
|