| Index: pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
|
| index ffeb76a45dce9c15bef0bd9f403a63937632a546..d00a59891d27a3a150df439b3f5d1ca3ea7019a4 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
|
| @@ -56,8 +56,7 @@ class Function {
|
| static apply(Function f,
|
| List positionalArguments,
|
| [Map<Symbol, dynamic> namedArguments]) {
|
| - // TODO(vsm): Handle named args.
|
| - // See: https://github.com/dart-lang/dev_compiler/issues/176
|
| + // TODO(vsm): Handle named args: #27257
|
| return JS('', 'dart.dcall.apply(null, [#].concat(#))', f, positionalArguments);
|
| }
|
|
|
|
|