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

Side by Side Diff: test/kernel/regression/issue_000031.dart.txt

Issue 2080783002: Reduce usage of buildUnsupported. (Closed) Base URL: git@github.com:dart-lang/rasta.git@status
Patch Set: Remove normally. 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 unified diff | Download patch
OLDNEW
1 library; 1 library;
2 import self as self; 2 import self as self;
3 3
4 static method main() → dynamic { 4 static method main() → dynamic {
5 let final #t1 = throw "Kernel IR not yet implemented for 'handleError'." in le t final #t2 = #t1.toString() in #t1; 5 let final #t1 = invalid-expression in let final #t2 = #t1.toString() in #t1;
6 } 6 }
OLDNEW
« no previous file with comments | « test/kernel/regression/deferred_load.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