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
The test
language/function_type_alias7_test/00
fails.
It accepts the following typedef:
typedef void badFuncType([int arg = 0]); /// 00: compile-time error
The text was updated successfully, but these errors were encountered:
The related dart2dart issue is issue #12802.
Sorry, something went wrong.
This is also causing language/named_parameters_aggregated_test/01 to fail.
Set owner to @karlklose. Added Started label.
Fixed in revision 27324.
Added Fixed label.
karlklose
No branches or pull requests
The test
language/function_type_alias7_test/00
fails.
It accepts the following typedef:
typedef void badFuncType([int arg = 0]); /// 00: compile-time error
The text was updated successfully, but these errors were encountered: