We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Input file
class Main { static function main() { __bytePointer.set(#if flash byteArray #else (byteArray : ByteArrayData) #end, byteArray.position); } }
Broken output
class Main { static function main() { __bytePointer.set(#if flash byteArray #else (byteArray:ByteArrayData) #end, byteArray.position); } }
Also from the OpenFL diff: openfl/openfl@7c8c271#diff-4e6c8750cc974fa188aae75a05eb3714R645
The text was updated successfully, but these errors were encountered:
fixed ETypeCheck with conditional, fixes HaxeCheckstyle#395
e4114f3
38ca3df
No branches or pull requests
Input file
Broken output
Also from the OpenFL diff: openfl/openfl@7c8c271#diff-4e6c8750cc974fa188aae75a05eb3714R645
The text was updated successfully, but these errors were encountered: