From 66f5e30d7cb048870621c65b86dcb4ed060e938f Mon Sep 17 00:00:00 2001 From: yjbanov Date: Fri, 8 May 2015 16:13:53 -0700 Subject: [PATCH] chore(dart): use --trust-type-annotations and --trust-primitives --- modules/examples/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/examples/pubspec.yaml b/modules/examples/pubspec.yaml index 1ae6bb9074..8153a4d241 100644 --- a/modules/examples/pubspec.yaml +++ b/modules/examples/pubspec.yaml @@ -27,5 +27,5 @@ transformers: commandLineOptions: - --dump-info - --show-package-warnings - #- --trust-type-annotations - #- --trust-primitives + - --trust-type-annotations + - --trust-primitives