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

Unified Diff: frog/type.dart

Issue 8828008: Modification to the order that classes are printed out so that the prototype (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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 | « frog/tests/frog/src/InheritanceOrderingTest.dart ('k') | tools/testing/perf_testing/create_graph.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/type.dart
===================================================================
--- frog/type.dart (revision 2270)
+++ frog/type.dart (working copy)
@@ -5,6 +5,7 @@
class Type extends Element {
bool isTested = false;
bool isChecked = false;
+ bool isWritten = false;
/**
* For core types (int, String, etc) this is the generated type assertion
« no previous file with comments | « frog/tests/frog/src/InheritanceOrderingTest.dart ('k') | tools/testing/perf_testing/create_graph.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698