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

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

Issue 3007903002: Support annotations on assignment and postfix operations (Closed)
Patch Set: Updated cf. comments Created 3 years, 3 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/compiler/dart2js/inference/data/list.dart ('k') | tests/compiler/dart2js/inference/data/simple.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/inference/data/return.dart
diff --git a/tests/compiler/dart2js/inference/data/return.dart b/tests/compiler/dart2js/inference/data/return.dart
index 5d4ca1d5a716ff198f0dcc1b819c159a39f4f80a..3e6d17c20c2abad217af1bf01810b98eba19a7b6 100644
--- a/tests/compiler/dart2js/inference/data/return.dart
+++ b/tests/compiler/dart2js/inference/data/return.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-/*main:[null]*/
+/*element: main:[null]*/
main() {
return null;
}
« no previous file with comments | « tests/compiler/dart2js/inference/data/list.dart ('k') | tests/compiler/dart2js/inference/data/simple.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698