| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (revision 18442)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (working copy)
|
| @@ -1617,6 +1617,7 @@
|
| if (target != null) {
|
| // If we know we're calling a specific method, register that
|
| // method only.
|
| + assert(selector.typeKind != TypedSelectorKind.UNKNOWN);
|
| world.registerDynamicInvocationOf(target, selector);
|
| } else {
|
| SourceString name = node.selector.name;
|
|
|