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

Side by Side Diff: test/kernel/regression/parser_error.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, 5 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 unified diff | Download patch
« no previous file with comments | « test/kernel/regression/mixin_library.dart.txt ('k') | test/kernel/regression/static.dart.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library; 1 library;
2 import self as self; 2 import self as self;
3 import "package:expect/expect.dart" as exp; 3 import "package:expect/expect.dart" as exp;
4 import "dart:core" as core;
4 5
5 static method test() → dynamic 6 static method test() → dynamic
6 invalid-statement; 7 invalid-statement;
7 static method main() → dynamic { 8 static method main() → dynamic {
8 exp::Expect::equals(6, invalid-expression); 9 exp::Expect::equals(6, throw core::_genericNoSuchMethod(null, #test, <dynamic> [1], <dynamic, dynamic>{#b: 2, #c: 3}, <dynamic>[]));
9 } 10 }
OLDNEW
« no previous file with comments | « test/kernel/regression/mixin_library.dart.txt ('k') | test/kernel/regression/static.dart.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698