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

Unified Diff: tests/language/super_conditional_operator_test.dart

Issue 1239513005: Switch on null-aware operators by default in analyzer. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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 | « tests/language/nullaware_opt_test.dart ('k') | tests/language/this_conditional_operator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/super_conditional_operator_test.dart
diff --git a/tests/language/super_conditional_operator_test.dart b/tests/language/super_conditional_operator_test.dart
index 83914ee1adb9271722578157bbf9504d734487e9..100a9a4c97925000d88e353decfde180b26f0334 100644
--- a/tests/language/super_conditional_operator_test.dart
+++ b/tests/language/super_conditional_operator_test.dart
@@ -4,8 +4,6 @@
// Verify that the ?. operator cannot be used with "super".
-// SharedOptions=--enable-null-aware-operators
-
class B {
B();
B.namedConstructor();
« no previous file with comments | « tests/language/nullaware_opt_test.dart ('k') | tests/language/this_conditional_operator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698