| Index: lib/compiler/implementation/universe/universe.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/universe/universe.dart (revision 12240)
|
| +++ lib/compiler/implementation/universe/universe.dart (working copy)
|
| @@ -88,6 +88,8 @@
|
| bool hasFieldSetter(Element member, Compiler compiler) {
|
| return hasMatchingSelector(fieldSetters[member.name], member, compiler);
|
| }
|
| +
|
| + bool hasIsCheck(DartType type) => isChecks.contains(type);
|
| }
|
|
|
| class SelectorKind {
|
|
|