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

Unified Diff: test/rules/parameter_assignments.dart

Issue 2424743004: Fix exception in linter (issue 315) (Closed)
Patch Set: Created 4 years, 2 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/parameter_assignments.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/rules/parameter_assignments.dart
diff --git a/test/rules/parameter_assignments.dart b/test/rules/parameter_assignments.dart
index 4a95dfbd741c1a001fd5b0506e2fc0096838ae8f..84bd0f4f157f9748453ae0b041870e34372f373a 100644
--- a/test/rules/parameter_assignments.dart
+++ b/test/rules/parameter_assignments.dart
@@ -12,6 +12,8 @@ void ok(String parameter) {
print(parameter);
}
+String get topLevelGetter => '';
+
class A {
int get x => 0;
« no previous file with comments | « lib/src/rules/parameter_assignments.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698