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

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

Issue 2169313002: Converted Observatory vm-connect-target element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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
Index: runtime/observatory/lib/models.dart
diff --git a/tests/language/accessor_conflict_getter.dart b/runtime/observatory/lib/models.dart
similarity index 79%
copy from tests/language/accessor_conflict_getter.dart
copy to runtime/observatory/lib/models.dart
index 5b8d72fad773b7cf48fd0e0f9b40c3cd8669628d..66dce6846b193e6952351a4989aa6cabf07882ef 100644
--- a/tests/language/accessor_conflict_getter.dart
+++ b/runtime/observatory/lib/models.dart
@@ -2,6 +2,6 @@
// 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.
-var getValue;
+library models;
-get x => getValue;
+part 'src/models/objects/target.dart';

Powered by Google App Engine
This is Rietveld 408576698