diff --git a/pkg/dev_compiler/tool/input_sdk/lib/convert/codec.dart b/pkg/dev_compiler/tool/input_sdk/lib/convert/codec.dart index 3fc2d31256c..7f42c862357 100644 --- a/pkg/dev_compiler/tool/input_sdk/lib/convert/codec.dart +++ b/pkg/dev_compiler/tool/input_sdk/lib/convert/codec.dart @@ -62,8 +62,8 @@ abstract class Codec { */ // TODO(floitsch): use better example with line-splitter once that one is // in this library. - Codec fuse(Codec other) { - return new _FusedCodec(this, other); + Codec fuse/**/(Codec other) { + return new _FusedCodec(this, other); } /**