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

Unified Diff: compiler/java/com/google/dart/compiler/type/FunctionType.java

Issue 8948001: Updates dartc to recognize 'default' keyword on interface and updated factory method syntax (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Feedback from mmendez 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: compiler/java/com/google/dart/compiler/type/FunctionType.java
diff --git a/compiler/java/com/google/dart/compiler/type/FunctionType.java b/compiler/java/com/google/dart/compiler/type/FunctionType.java
index 019de5cb5f909b895824ee52c024c24cee19940d..165f2ff0503bb584b8ec4a63792bb52d6ea4fc01 100644
--- a/compiler/java/com/google/dart/compiler/type/FunctionType.java
+++ b/compiler/java/com/google/dart/compiler/type/FunctionType.java
@@ -33,6 +33,4 @@ public interface FunctionType extends Type {
boolean hasRest();
Map<String, Type> getNamedParameterTypes();
-
- List<TypeVariable> getTypeVariables();
}

Powered by Google App Engine
This is Rietveld 408576698