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

Unified Diff: tests/language/this_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/super_conditional_operator_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/this_conditional_operator_test.dart
diff --git a/tests/language/this_conditional_operator_test.dart b/tests/language/this_conditional_operator_test.dart
index 0a88c4963fdcb4129b2debdb56f1c12380e16579..c45b7b6c945ad1b0a2f7c16c62aed22a3d4bf15e 100644
--- a/tests/language/this_conditional_operator_test.dart
+++ b/tests/language/this_conditional_operator_test.dart
@@ -5,8 +5,6 @@
// Verify that the ?. operator cannot be used for forwarding "this"
// constructors.
-// SharedOptions=--enable-null-aware-operators
-
class B {
B();
B.namedConstructor();
« no previous file with comments | « tests/language/super_conditional_operator_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698