-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
editor: @override and @deprecated ignored on properties #8931
Comments
Added Area-Editor, Triaged labels. |
Set owner to @stevemessick. |
Set owner to @scheglov. |
Marked this as being blocked by #10161. |
I just hit this again with a static property: deprecated warnings are not showing up at usage sites or at the definition Also, changing this back to be a defect. We have inconsistent behavior between member types. Removed this from the Later milestone. |
Added this to the 1.5 milestone. |
Please provide a test works. Attachment: Added NeedsInfo label. |
Removed this from the 1.6 milestone. |
Removed Oldschool-Milestone-1.6 label. |
Added AssumedStale label. |
Added this to the 1.6 milestone. |
What steps will reproduce the problem?
@deprecated
LoggerEvents get on => LoggerEvents(this);
@OverRide
bool get propNotOnSuperClass => null;
What is the expected output? What do you see instead?
Expect to see line through 'on' member and uses flagged.
Expect to see warning about @override on a member not on super class.
Instead: bupkis
Behavior is as expected on methods.
What version of the product are you using? On what operating system?
Dart VM version: 0.4.1.0 r19425 (Mon Mar 4 22:47:26 2013)
The text was updated successfully, but these errors were encountered: