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

Unified Diff: tests/language/conditional_access_helper.dart

Issue 1151163004: Implementation of null-aware operators. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
Index: tests/language/conditional_access_helper.dart
diff --git a/tests/language/conditional_access_helper.dart b/tests/language/conditional_access_helper.dart
index 3b31e28313cb75d95b7ecf0438263a4508a00587..108857ac07f9d901d14c8f8d131e0862d21ba9b2 100644
--- a/tests/language/conditional_access_helper.dart
+++ b/tests/language/conditional_access_helper.dart
@@ -11,6 +11,9 @@ library lib;
var topLevelVar;
+void topLevelFunction() {}
+
class C {
static var staticField;
+ static void staticMethod() {}
}
« no previous file with comments | « tests/compiler/dart2js_extra/if_null_test.dart ('k') | tests/language/conditional_method_invocation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698