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

Unified Diff: tests/compiler/dart2js/inference/data/simple.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
Index: tests/compiler/dart2js/inference/data/simple.dart
diff --git a/tests/compiler/dart2js/inference/data/simple.dart b/tests/compiler/dart2js/inference/data/simple.dart
index 0ed282326c5cddb48071212571915ed8f7d52980..dfb29ea49c648fcd3064419eda0de592fb594e01 100644
--- a/tests/compiler/dart2js/inference/data/simple.dart
+++ b/tests/compiler/dart2js/inference/data/simple.dart
@@ -2,22 +2,22 @@
// 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.
-/*zero:[exact=JSUInt31]*/
+/*element: zero:[exact=JSUInt31]*/
zero() => 0;
-/*one:[exact=JSUInt31]*/
+/*element: one:[exact=JSUInt31]*/
one() => 1;
-/*half:[exact=JSDouble]*/
+/*element: half:[exact=JSDouble]*/
half() => 0.5;
-/*large:[subclass=JSUInt32]*/
+/*element: large:[subclass=JSUInt32]*/
large() => 2147483648;
-/*huge:[subclass=JSPositiveInt]*/
+/*element: huge:[subclass=JSPositiveInt]*/
huge() => 4294967296;
-/*main:[null]*/
+/*element: main:[null]*/
main() {
zero();
one();
« no previous file with comments | « tests/compiler/dart2js/inference/data/return.dart ('k') | tests/compiler/dart2js/inference/data/super_get.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698