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

Unified Diff: pkg/front_end/test/fasta/inference/int_upwards_local.dart.direct.expect

Issue 2768533002: Fasta type inference prototype #2
Patch Set: Rework atop 415c868589d02e98eb839f48150f4203d5cecdb0 Created 3 years, 9 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: pkg/front_end/test/fasta/inference/int_upwards_local.dart.direct.expect
diff --git a/pkg/front_end/test/fasta/inference/int_upwards_local.dart.direct.expect b/pkg/front_end/test/fasta/inference/int_upwards_local.dart.direct.expect
new file mode 100644
index 0000000000000000000000000000000000000000..9c6a403307d5b2ca649cb894e327f28a29dc9ece
--- /dev/null
+++ b/pkg/front_end/test/fasta/inference/int_upwards_local.dart.direct.expect
@@ -0,0 +1,7 @@
+library;
+import self as self;
+import "dart:core" as core;
+
+static method main() → dynamic {
+ core::int x = 1;
+}

Powered by Google App Engine
This is Rietveld 408576698