Chromium Code Reviews| 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() {} |
|
Siggi Cherem (dart-lang)
2015/05/22 03:50:49
Paul - I believe these were missing, but just want
|
| + |
| class C { |
| static var staticField; |
| + static void staticMethod() {} |
| } |