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

Unified Diff: lib/src/closure/closure_annotation.dart

Issue 1322673004: Reformat (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | lib/src/closure/closure_annotator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/closure/closure_annotation.dart
diff --git a/lib/src/closure/closure_annotation.dart b/lib/src/closure/closure_annotation.dart
index e05deba43b4fba5437c98a4a08840aa3203e1b3a..80d5aae3838b536bea61a6a2845114cef71b5562 100644
--- a/lib/src/closure/closure_annotation.dart
+++ b/lib/src/closure/closure_annotation.dart
@@ -31,13 +31,26 @@ class ClosureAnnotation {
final List<String> templates;
final Map<String, ClosureType> paramTypes;
- ClosureAnnotation({this.interfaces: const [], this.isConst: false,
- this.isConstructor: false, this.isFinal: false, this.isNoCollapse: false,
- this.isNoSideEffects: false, this.isOverride: false,
- this.isPrivate: false, this.isProtected: false, this.isStruct: false,
- this.isTypedef: false, this.lendsToType, this.paramTypes: const {},
- this.returnType, this.superType, this.templates: const [], this.thisType,
- this.throwsType, this.type});
+ ClosureAnnotation(
+ {this.interfaces: const [],
+ this.isConst: false,
+ this.isConstructor: false,
+ this.isFinal: false,
+ this.isNoCollapse: false,
+ this.isNoSideEffects: false,
+ this.isOverride: false,
+ this.isPrivate: false,
+ this.isProtected: false,
+ this.isStruct: false,
+ this.isTypedef: false,
+ this.lendsToType,
+ this.paramTypes: const {},
+ this.returnType,
+ this.superType,
+ this.templates: const [],
+ this.thisType,
+ this.throwsType,
+ this.type});
@override
int get hashCode => _cachedString.hashCode;
« no previous file with comments | « no previous file | lib/src/closure/closure_annotator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698