| Index: pkg/compiler/lib/src/resolution/registry.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/registry.dart b/pkg/compiler/lib/src/resolution/registry.dart
|
| index 6a407543753e807d9561ac66e47eb0bde3902bd4..c222afe129fe626fe8daa355e7f436fba44bf57f 100644
|
| --- a/pkg/compiler/lib/src/resolution/registry.dart
|
| +++ b/pkg/compiler/lib/src/resolution/registry.dart
|
| @@ -610,6 +610,10 @@ class ResolutionRegistry implements Registry {
|
| backend.resolutionCallbacks.onAsyncForIn(node, this);
|
| }
|
|
|
| + void registerIncDecOperation() {
|
| + backend.resolutionCallbacks.onIncDecOperation(this);
|
| + }
|
| +
|
| void registerTryStatement() {
|
| mapping.containsTryStatement = true;
|
| }
|
|
|