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
class Bug2 { public function bug(?v : haxe.Int32) : Void { // Safety: Cannot cast nullable value to not nullable type. v == null ? "A" : "B"; } }
See https://github.com/restorer/haxe-safety-bugs/blob/master/safetybugs/Main.hx#L50 for working example.
The text was updated successfully, but these errors were encountered:
This is for Haxe 4.0.0-preview.5 and Safety from master.
Sorry, something went wrong.
No branches or pull requests
See https://github.com/restorer/haxe-safety-bugs/blob/master/safetybugs/Main.hx#L50 for working example.
The text was updated successfully, but these errors were encountered: