| Index: compiler/java/com/google/dart/compiler/type/VoidType.java
|
| diff --git a/compiler/java/com/google/dart/compiler/type/VoidType.java b/compiler/java/com/google/dart/compiler/type/VoidType.java
|
| index 69f8061c457b760053f2a8e41215b92ca8deaed9..c3f0cb4421bae2a30dd6c126a1e7858da472ce26 100644
|
| --- a/compiler/java/com/google/dart/compiler/type/VoidType.java
|
| +++ b/compiler/java/com/google/dart/compiler/type/VoidType.java
|
| @@ -15,7 +15,7 @@ import java.util.List;
|
| */
|
| class VoidType extends AbstractType {
|
| @Override
|
| - public Type subst(List<? extends Type> arguments, List<? extends Type> parameters) {
|
| + public Type subst(List<Type> arguments, List<Type> parameters) {
|
| return this;
|
| }
|
|
|
|
|