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

Unified Diff: runtime/observatory/lib/src/models/objects/inbound_references.dart

Issue 2345023003: Use dartfmt on Observatory code (Closed)
Patch Set: merge Created 4 years, 3 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/src/models/objects/inbound_references.dart
diff --git a/runtime/observatory/lib/src/models/objects/inbound_references.dart b/runtime/observatory/lib/src/models/objects/inbound_references.dart
index 13c3c036644c85b382c9eff360fcabb5677c5c48..ea187449d8bef4c100150ac887fb7c5b52685f8f 100644
--- a/runtime/observatory/lib/src/models/objects/inbound_references.dart
+++ b/runtime/observatory/lib/src/models/objects/inbound_references.dart
@@ -10,10 +10,13 @@ abstract class InboundReferences {
abstract class InboundReference {
ObjectRef get source;
+
/// [optional]
ObjectRef get parentField;
+
/// [optional]
int get parentListIndex;
+
/// [optional]
int get parentWordOffset;
}
« no previous file with comments | « runtime/observatory/lib/src/models/objects/function.dart ('k') | runtime/observatory/lib/src/models/objects/instance.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698