You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The treatment of dynamic as bottom when it occurs in the argument position of a function type is being deprecated and removed in Dart 2.0. I am adding a hint to warn on uses of this, and will land a CL disabling this hint in the pkg/front_end analysis_options.yaml.
The line uses_dynamic_as_bottom: ignore should be removed from /pkg/front_end/analysis_options.yaml once the code as been fixed up appropriately.
The text was updated successfully, but these errors were encountered:
The treatment of
dynamic
asbottom
when it occurs in the argument position of a function type is being deprecated and removed in Dart 2.0. I am adding a hint to warn on uses of this, and will land a CL disabling this hint in the pkg/front_end analysis_options.yaml.The line
uses_dynamic_as_bottom: ignore
should be removed from/pkg/front_end/analysis_options.yaml
once the code as been fixed up appropriately.The text was updated successfully, but these errors were encountered: