Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: test/rules/public_member_api_docs.dart

Issue 1781793002: Skip overriding members in API doc checks. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/rules/public_member_api_docs.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/rules/public_member_api_docs.dart
diff --git a/test/rules/public_member_api_docs.dart b/test/rules/public_member_api_docs.dart
index 815a3ecf136bbe0665e6176ed0612a69d3f683de..2773a7abebf5a3cfa1490cf47d9c7ac20b7a5934 100644
--- a/test/rules/public_member_api_docs.dart
+++ b/test/rules/public_member_api_docs.dart
@@ -50,6 +50,8 @@ abstract class D extends A {
@override
a() => null; //OK
+
+ c() => null; // Un-annotated override -- OK!
}
foo() => null; //LINT
« no previous file with comments | « lib/src/rules/public_member_api_docs.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698