| Index: dart/compiler/java/com/google/dart/compiler/type/DynamicType.java
|
| diff --git a/dart/compiler/java/com/google/dart/compiler/type/DynamicType.java b/dart/compiler/java/com/google/dart/compiler/type/DynamicType.java
|
| deleted file mode 100644
|
| index 373968bfa845fb45948f1bf4fede5ec94091e3e7..0000000000000000000000000000000000000000
|
| --- a/dart/compiler/java/com/google/dart/compiler/type/DynamicType.java
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -package com.google.dart.compiler.type;
|
| -
|
| -import com.google.dart.compiler.resolver.DynamicElement;
|
| -
|
| -import java.util.List;
|
| -
|
| -/**
|
| - * Type of untyped expressions.
|
| - */
|
| -public interface DynamicType extends FunctionAliasType, TypeVariable, FunctionType {
|
| -
|
| - @Override
|
| - DynamicType subst(List<Type> arguments, List<Type> parameters);
|
| -
|
| - @Override
|
| - public DynamicElement getElement();
|
| -
|
| - @Override
|
| - public DynamicType asRawType();
|
| -}
|
|
|