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

Unified Diff: lib/config.dart

Issue 963063003: DDC fixes on DDC (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/config.dart
diff --git a/lib/config.dart b/lib/config.dart
index 65d4a2064dc7ea6402c0d58e6945e7cabbd58646..921e368129a704d376752dcc08d8679df603969c 100644
--- a/lib/config.dart
+++ b/lib/config.dart
@@ -8,7 +8,7 @@ library ddc.config;
// Options shared by the compiler and runtime.
class TypeOptions {
static const NONNULLABLE_TYPES = const <String>['int', 'double'];
- final nonnullableTypes;
+ final List<String> nonnullableTypes;
TypeOptions({this.nonnullableTypes: NONNULLABLE_TYPES});
}
« no previous file with comments | « no previous file | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698