Index: lib/compiler/implementation/resolver.dart |
diff --git a/lib/compiler/implementation/resolver.dart b/lib/compiler/implementation/resolver.dart |
index 7b043fa1d85182488b67a8fae719e8a1fbe0f236..4f8dc1eb16b88c1902a8891248cb8e4a16d22dde 100644 |
--- a/lib/compiler/implementation/resolver.dart |
+++ b/lib/compiler/implementation/resolver.dart |
@@ -160,7 +160,7 @@ class ResolverTask extends CompilerTask { |
[defaultClass.name]); |
} |
// We have now established the following: |
- // [intrface] is an interface, let's say "MyInterface". |
+ // [interface] is an interface, let's say "MyInterface". |
Johnni Winther
2012/08/17 10:39:45
[intrface] refers to the local variable so we shou
Mads Ager (google)
2012/08/17 10:44:38
Reverted this change. What a horrible variable nam
|
// [defaultClass] is a class, let's say "MyClass". |
// If the default class implements the interface then we must use the |