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

Unified Diff: lib/compiler/implementation/dart2js.dart

Issue 10389063: Implement PrimitiveOrNull types. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « frog/tests/leg/type_combination_test.dart ('k') | lib/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/dart2js.dart
===================================================================
--- lib/compiler/implementation/dart2js.dart (revision 7534)
+++ lib/compiler/implementation/dart2js.dart (working copy)
@@ -75,7 +75,7 @@
new OptionHandler('--allow-mock-compilation', passThrough),
new OptionHandler('--no-colors', (_) => colors.enabled = false),
new OptionHandler('--enable-checked-mode|--checked|-c',
- (_) => passThrough('--enable_checked_mode')),
+ (_) => passThrough('--enable-checked-mode')),
new OptionHandler('--help', (_) => helpAndExit()),
// The following two options must come last.
new OptionHandler('-.*', (String argument) {
« no previous file with comments | « frog/tests/leg/type_combination_test.dart ('k') | lib/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698