Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1461)

Unified Diff: runtime/observatory/lib/repositories.dart

Issue 2167053002: Converted Observatory nav-notify element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed template ciclic references that were blocking initialization Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/observatory/lib/models.dart ('k') | runtime/observatory/lib/src/app/application.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « runtime/observatory/lib/models.dart ('k') | runtime/observatory/lib/src/app/application.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698