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

Unified Diff: lib/src/rule/metadata.dart

Issue 1492683002: Change the way hard splits are handled. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years 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/rule/combinator.dart ('k') | lib/src/rule/rule.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/rule/metadata.dart
diff --git a/lib/src/rule/metadata.dart b/lib/src/rule/metadata.dart
index 3964a656832df479695fe0fd30028c18558a75e7..9abbe8f612d98165401f302e411fe79c5d839c6e 100644
--- a/lib/src/rule/metadata.dart
+++ b/lib/src/rule/metadata.dart
@@ -16,7 +16,7 @@ import 'rule.dart';
///
/// Also, if the annotations split, we force the entire parameter list to fully
/// split, both named and positional.
-class MetadataRule extends SimpleRule {
+class MetadataRule extends Rule {
Rule _positionalRule;
Rule _namedRule;
« no previous file with comments | « lib/src/rule/combinator.dart ('k') | lib/src/rule/rule.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698