| Index: sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (revision 27115)
|
| +++ sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (working copy)
|
| @@ -561,7 +561,7 @@
|
| throw new UnsupportedError("");
|
| }
|
|
|
| - bool willHit(Selector selector, Compiler compiler) {
|
| + bool understands(Selector selector, Compiler compiler) {
|
| throw new UnsupportedError("");
|
| }
|
|
|
|
|