Index: compiler/java/com/google/dart/compiler/type/DynamicType.java |
diff --git a/compiler/java/com/google/dart/compiler/type/DynamicType.java b/compiler/java/com/google/dart/compiler/type/DynamicType.java |
index b47dfcbfa0780fdad6591f28bcc3b6caf96ef24e..365ef8afa10a5879fa45e8feec95e02277307d94 100644 |
--- a/compiler/java/com/google/dart/compiler/type/DynamicType.java |
+++ b/compiler/java/com/google/dart/compiler/type/DynamicType.java |
@@ -14,7 +14,7 @@ import java.util.List; |
public interface DynamicType extends FunctionAliasType, TypeVariable, FunctionType { |
@Override |
- DynamicType subst(List<? extends Type> arguments, List<? extends Type> parameters); |
+ DynamicType subst(List<Type> arguments, List<Type> parameters); |
@Override |
public DynamicElement getElement(); |