| Index: pkg/compiler/lib/compiler_new.dart
|
| diff --git a/pkg/compiler/lib/compiler_new.dart b/pkg/compiler/lib/compiler_new.dart
|
| index 954fe0112f608386424bf0250937e77b8d55633c..ba0bd8439dcd1d81313e6520e26c38219a9a828f 100644
|
| --- a/pkg/compiler/lib/compiler_new.dart
|
| +++ b/pkg/compiler/lib/compiler_new.dart
|
| @@ -33,7 +33,7 @@ abstract class CompilerInput {
|
| /// scanner is more efficient in this case. In either case, the data structure
|
| /// is expected to hold a zero element at the last position. If this is not
|
| /// the case, the entire data structure is copied before scanning.
|
| - Future/*<String | List<int>>*/ readFromUri(Uri uri);
|
| + Future /* <String | List<int>> */ readFromUri(Uri uri);
|
| }
|
|
|
| /// Output types used in `CompilerOutput.createOutputSink`.
|
|
|