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

Unified Diff: runtime/vm/service/service.md

Issue 1306223002: Fix documentation for Class.{finalized,implemented,path}. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service/service.md
diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
index ae3bf2fdfd9d8160f91d8582969718eeff393575..e18ed9ab93cac1a3a3b36be0f27b2d892b88a9ec 100644
--- a/runtime/vm/service/service.md
+++ b/runtime/vm/service/service.md
@@ -790,15 +790,6 @@ class Class extends Object {
// Is this a const class?
bool const;
- // Has this class been finalized?
- bool finalized;
-
- // Is this class implemented?
- bool implemented;
-
- // Is this a vm patch class?
- bool patch;
-
// The library which contains this class.
@Library library;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698