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

Unified Diff: lib/compiler/implementation/typechecker.dart

Issue 10905305: Patch refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 8 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
Index: lib/compiler/implementation/typechecker.dart
diff --git a/lib/compiler/implementation/typechecker.dart b/lib/compiler/implementation/typechecker.dart
index 7ea62422f997c6d039c7c43db21894420f44c79d..98cfeec24dba72df3d352d6a8a200ea0aff2fdce 100644
--- a/lib/compiler/implementation/typechecker.dart
+++ b/lib/compiler/implementation/typechecker.dart
@@ -26,6 +26,7 @@ class TypeCheckerTask extends CompilerTask {
abstract class DartType implements Hashable {
abstract SourceString get name;
+
/**
* Returns the [Element] which declared this type.
*

Powered by Google App Engine
This is Rietveld 408576698