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

Unified Diff: test/kernel/regression/typedef.dart.txt

Issue 2117513002: More extensive error handling for 'unresolved' cases. (Closed) Base URL: git@github.com:dart-lang/rasta.git@master
Patch Set: Merge and update test expectations Created 4 years, 6 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 | « test/kernel/regression/type_literals.dart.txt ('k') | test/kernel/regression/unresolved_for_in.dart.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/typedef.dart.txt
diff --git a/test/kernel/regression/typedef.dart.txt b/test/kernel/regression/typedef.dart.txt
index 8f96eeda65ecd438c9f6066a2e4f741394e9e01b..dddec203cdf78f3de1bd7d3aee852f246d216fbf 100644
--- a/test/kernel/regression/typedef.dart.txt
+++ b/test/kernel/regression/typedef.dart.txt
@@ -4,7 +4,7 @@ import "dart:core" as core;
static method main() → dynamic {
core::print(() → void);
- invalid-expression;
+ let final dynamic #t1 = null in invalid-expression;
() → void;
() → void.call();
}
« no previous file with comments | « test/kernel/regression/type_literals.dart.txt ('k') | test/kernel/regression/unresolved_for_in.dart.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698