| Index: dart/frog/leg/universe.dart
|
| diff --git a/dart/frog/leg/universe.dart b/dart/frog/leg/universe.dart
|
| index 0353c744886e4709d72b491055bed13de8bb9399..e66b680e629aefb5d4faf9fba0d55795cf474713 100644
|
| --- a/dart/frog/leg/universe.dart
|
| +++ b/dart/frog/leg/universe.dart
|
| @@ -67,6 +67,8 @@ class Selector implements Hashable {
|
| const Selector(SelectorKind.SETTER, 1);
|
| static final Selector INVOCATION_0 =
|
| const Selector(SelectorKind.INVOCATION, 0);
|
| + static final Selector INVOCATION_1 =
|
| + const Selector(SelectorKind.INVOCATION, 1);
|
|
|
| bool applies(Compiler compiler, FunctionElement element) {
|
| FunctionParameters parameters = element.computeParameters(compiler);
|
|
|