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

Unified Diff: tests/compiler/dart2js/inference/data/super_get.dart

Issue 3007903002: Support annotations on assignment and postfix operations (Closed)
Patch Set: Created 3 years, 4 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/compiler/dart2js/inference/data/super_get.dart
diff --git a/tests/compiler/dart2js/inference/data/super_get.dart b/tests/compiler/dart2js/inference/data/super_get.dart
index 7cc747010d9dd4c8e12ef687ab0461b7a3a12bfd..ee068f7389199335b6feb9660684e909d54a5531 100644
--- a/tests/compiler/dart2js/inference/data/super_get.dart
+++ b/tests/compiler/dart2js/inference/data/super_get.dart
@@ -14,5 +14,5 @@ class Sub extends Super {
/*main:[null]*/
main() {
- new Sub(). /*[exact=Sub]*/ method();
+ new Sub(). /*()[exact=Sub]*/ method();
}

Powered by Google App Engine
This is Rietveld 408576698