| Index: compiler/java/com/google/dart/compiler/resolver/CoreTypeProviderImplementation.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/resolver/CoreTypeProviderImplementation.java (revision 11395)
|
| +++ compiler/java/com/google/dart/compiler/resolver/CoreTypeProviderImplementation.java (working copy)
|
| @@ -27,6 +27,7 @@
|
| private final Type nullType;
|
| private final InterfaceType fallThroughError;
|
| private final InterfaceType mapType;
|
| + @SuppressWarnings("unused")
|
| private final InterfaceType mapLiteralType;
|
| private final InterfaceType objectArrayType;
|
| private final InterfaceType objectType;
|
|
|