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

Unified Diff: frog/type.dart

Issue 8826001: frog bug 642: type variables can't be used in allocations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 9 years 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: frog/type.dart
diff --git a/frog/type.dart b/frog/type.dart
index 8ecf3685c05eb22e3fda0563218e58b34d222ac5..328dd75f97b4df5aea170236baa912616321dcac 100644
--- a/frog/type.dart
+++ b/frog/type.dart
@@ -436,7 +436,7 @@ class ParameterType extends Type {
bool get isClass() => false;
Library get library() => null; // TODO(jimhug): Make right...
- SourceSpan get span() => typeParameter.span;
+ SourceSpan get span() => typeParameter.span;
ParameterType(String name, this.typeParameter): super(name);
« frog/gen.dart ('K') | « frog/minfrog ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698