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

Unified Diff: tests/compiler/dart2js/inference/data/super_set.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_set.dart
diff --git a/tests/compiler/dart2js/inference/data/super_set.dart b/tests/compiler/dart2js/inference/data/super_set.dart
index eb77cbc2e3807ed719a67f1998b10a9baa4024b8..405b949b6dd863a08e9a0f8d58a366aa84754c94 100644
--- a/tests/compiler/dart2js/inference/data/super_set.dart
+++ b/tests/compiler/dart2js/inference/data/super_set.dart
@@ -18,5 +18,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