| Index: runtime/observatory/lib/repositories.dart
|
| diff --git a/tests/language/regress_25609_lib1.dart b/runtime/observatory/lib/repositories.dart
|
| similarity index 62%
|
| copy from tests/language/regress_25609_lib1.dart
|
| copy to runtime/observatory/lib/repositories.dart
|
| index 98fdb207d90e4ceda60a2078ee301a25e6fb6f89..5e333ad63027594d90342a84cf8318c17ae5ba09 100644
|
| --- a/tests/language/regress_25609_lib1.dart
|
| +++ b/runtime/observatory/lib/repositories.dart
|
| @@ -2,9 +2,9 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library regress_25609_lib1;
|
| +library repositories;
|
|
|
| -import 'regress_25609_lib2.dart';
|
| -
|
| -typedef Bar Foo(int y);
|
| +import 'dart:async';
|
| +import 'package:observatory/models.dart' as M;
|
|
|
| +part 'src/repositories/notification.dart';
|
|
|