| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/BottomTypeImpl.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/BottomTypeImpl.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/BottomTypeImpl.java
|
| index 593ddd82ae8ce3a0e36094b9007768a2a88a92db..7268447019d8cbce8f7b8dd0e0b86fd5c510f8bb 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/BottomTypeImpl.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/type/BottomTypeImpl.java
|
| @@ -48,6 +48,11 @@ public class BottomTypeImpl extends TypeImpl {
|
| }
|
|
|
| @Override
|
| + public boolean isBottom() {
|
| + return true;
|
| + }
|
| +
|
| + @Override
|
| public boolean isMoreSpecificThan(Type type) {
|
| return true;
|
| }
|
|
|