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

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

Issue 10310040: Sort the output (for now just the classes and instance members). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove (now) unnecessary changes. Created 8 years, 7 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 6326ddb9f7667bc685b61b074ac6dd45032556bb..cf2fa9403e95225e612fa873662b86bf54bbcbee 100644
--- a/lib/compiler/implementation/typechecker.dart
+++ b/lib/compiler/implementation/typechecker.dart
@@ -119,7 +119,7 @@ class Types {
// TODO(karlklose): should we have a class Void?
Types.with(Element dynamicElement, LibraryElement library)
- : voidType = new InterfaceType(new ClassElement(VOID, library)),
+ : voidType = new InterfaceType(new ClassElement(VOID, library, -1)),
dynamicType = new InterfaceType(dynamicElement);
Type lookup(SourceString s) {

Powered by Google App Engine
This is Rietveld 408576698