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

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

Issue 1762283003: Various cleanup (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 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/codegen/js_codegen.dart » ('j') | lib/src/compiler.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/closure/closure_type.dart
diff --git a/lib/src/closure/closure_type.dart b/lib/src/closure/closure_type.dart
index 7123bc3dde496315662e2e721afbb7bb5409f31a..3b7aa2bec7b7af496648b3601e6f7983aab48403 100644
--- a/lib/src/closure/closure_type.dart
+++ b/lib/src/closure/closure_type.dart
@@ -22,7 +22,8 @@ class ClosureType {
bool get isAll => _representation == "*";
bool get isUnknown => _representation == "?";
- @override toString() => _representation;
+ @override
+ toString() => _representation;
factory ClosureType.all() => _ALL;
factory ClosureType.unknown() => _UNKNOWN;
« no previous file with comments | « no previous file | lib/src/codegen/js_codegen.dart » ('j') | lib/src/compiler.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698