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

Unified Diff: frog/tree.dart

Issue 8509035: TBR (red build bot). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « frog/member.dart ('k') | frog/type.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tree.dart
diff --git a/frog/tree.dart b/frog/tree.dart
index dd846941282bb61cd899cf7705abdb868612c651..bdc4cdbbf11eee23d7d0722b92405aa248efa6f3 100644
--- a/frog/tree.dart
+++ b/frog/tree.dart
@@ -27,7 +27,6 @@ class Definition extends Statement {
Definition(SourceSpan span): super(span) {}
List<TypeParameter> get typeParameters() => null;
- String get nativeType() => null;
}
/** The base type for statements. */
« no previous file with comments | « frog/member.dart ('k') | frog/type.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698