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

Unified Diff: test/kernel/regression/unresolved_for_in.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/typedef.dart.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/unresolved_for_in.dart.txt
diff --git a/test/kernel/regression/unresolved_for_in.dart.txt b/test/kernel/regression/unresolved_for_in.dart.txt
index ae740c7e9c2aa7911cf112cee1040235f0390a97..9ad244d44436827a9a4fb5481adbb6056ad3b799 100644
--- a/test/kernel/regression/unresolved_for_in.dart.txt
+++ b/test/kernel/regression/unresolved_for_in.dart.txt
@@ -32,7 +32,7 @@ static method main(dynamic arguments) → dynamic {
new self::Fisk::•();
for(final dynamic #t10 in arguments) {
let final dynamic #t11 = #t10 in invalid-expression;
- core::print(invalid-expression);
+ core::print(throw core::_genericNoSuchMethod(null, #key, <dynamic>[], <dynamic, dynamic>{}, null));
}
for(final dynamic #t12 in arguments) {
let final dynamic #t13 = #t12 in invalid-expression;
@@ -48,6 +48,6 @@ static method main(dynamic arguments) → dynamic {
}
for(final dynamic #t18 in arguments) {
let final dynamic #t19 = #t18 in invalid-expression;
- core::print(invalid-expression);
+ core::print(throw core::_genericNoSuchMethod(null, #key, <dynamic>[], <dynamic, dynamic>{}, null));
}
}
« no previous file with comments | « test/kernel/regression/typedef.dart.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698