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

Unified Diff: sdk/lib/_internal/compiler/implementation/closure.dart

Issue 12764005: Get rid of old code for union/intersection in HType. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove unused factory methods. Created 7 years, 9 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
Index: sdk/lib/_internal/compiler/implementation/closure.dart
diff --git a/sdk/lib/_internal/compiler/implementation/closure.dart b/sdk/lib/_internal/compiler/implementation/closure.dart
index fa0d0479d92ba2a3eb7531d934a85b6b995e4a3c..4a51ce6f4ae57dae47df569740fe924591c5c2df 100644
--- a/sdk/lib/_internal/compiler/implementation/closure.dart
+++ b/sdk/lib/_internal/compiler/implementation/closure.dart
@@ -14,7 +14,7 @@ import "elements/modelx.dart" show ElementX, FunctionElementX, ClassElementX;
class ClosureNamer {
SourceString getClosureVariableName(SourceString name, int id) {
- return new SourceString("${name.slowToString()}_$id");
+ return new SourceString("${name.slowToString()}_$id");
}
}

Powered by Google App Engine
This is Rietveld 408576698