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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.core/.options

Issue 10417044: Type inference in if, while, for and for-in statements (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes for review comments Created 8 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # 1 #
2 # Internal options for the Dart Compiler 2 # Internal options for the Dart Compiler
3 # 3 #
4 # To run Dart Editor with custom options, 4 # To run Dart Editor with custom options,
5 # copy one or more of these settings to an options file 5 # copy one or more of these settings to an options file
6 # then launch Dart Editor from the command line with 6 # then launch Dart Editor from the command line with
7 # 7 #
8 # -debug /path/to/options/file 8 # -debug /path/to/options/file
9 # 9 #
10 com.google.dart.tools.core/debug/build = false 10 com.google.dart.tools.core/debug/build = false
(...skipping 12 matching lines...) Expand all
23 com.google.dart.tools.core/experimental/serverDebugging = false 23 com.google.dart.tools.core/experimental/serverDebugging = false
24 com.google.dart.tools.core/experimental/update = false 24 com.google.dart.tools.core/experimental/update = false
25 25
26 com.google.dart.tools.core/trace/artifactProvider = false 26 com.google.dart.tools.core/trace/artifactProvider = false
27 com.google.dart.tools.core/trace/index/contributor = false 27 com.google.dart.tools.core/trace/index/contributor = false
28 com.google.dart.tools.core/trace/index/processor = false 28 com.google.dart.tools.core/trace/index/processor = false
29 29
30 com.google.dart.tools.core/perf/index = false 30 com.google.dart.tools.core/perf/index = false
31 31
32 com.google.dart.tools.core/debug/markOccurrences = false 32 com.google.dart.tools.core/debug/markOccurrences = false
33 com.google.dart.tools.core/debug/RefineTypes = false
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698