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

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

Issue 1767803002: a few small refactorings to closure workarounds (Closed) Base URL: git@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 | « lib/runtime/dart/web_sql.js ('k') | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »
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 | « lib/runtime/dart/web_sql.js ('k') | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698