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

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

Issue 2205943003: Don't mangle private names. (Closed) Base URL: git@github.com:dart-lang/rasta.git@master
Patch Set: Created 4 years, 4 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/unresolved_for_in.dart.txt ('k') | no next file » | 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 "dart:core" as core; 3 import "dart:core" as core;
4 4
5 class E extends core::Object { 5 class E extends core::Object {
6 constructor •() → self::E 6 constructor •() → self::E
7 : super core::Object::•(); 7 : super core::Object::•();
8 method foo() → dynamic { 8 method foo() → dynamic {
9 let final dynamic #t1 = 4 in throw core::dart.core::_unresolvedSuperMethodEr ror(this, #[]=, <dynamic>[#t1, 42], <dynamic, dynamic>{}, null); 9 let final dynamic #t1 = 4 in throw core::_unresolvedSuperMethodError(this, # []=, <dynamic>[#t1, 42], <dynamic, dynamic>{}, null);
10 let final dynamic #t2 = 4 in throw core::dart.core::_unresolvedSuperMethodEr ror(this, #[]=, <dynamic>[#t2, (throw core::dart.core::_unresolvedSuperMethodErr or(this, #[], <dynamic>[#t2], <dynamic, dynamic>{}, null)).+(5)], <dynamic, dyna mic>{}, null); 10 let final dynamic #t2 = 4 in throw core::_unresolvedSuperMethodError(this, # []=, <dynamic>[#t2, (throw core::_unresolvedSuperMethodError(this, #[], <dynamic >[#t2], <dynamic, dynamic>{}, null)).+(5)], <dynamic, dynamic>{}, null);
11 return let final dynamic #t3 = 2 in throw core::dart.core::_unresolvedSuperM ethodError(this, #[], <dynamic>[#t3], <dynamic, dynamic>{}, null); 11 return let final dynamic #t3 = 2 in throw core::_unresolvedSuperMethodError( this, #[], <dynamic>[#t3], <dynamic, dynamic>{}, null);
12 } 12 }
13 } 13 }
14 static method beforeTestMissingTry() → dynamic { 14 static method beforeTestMissingTry() → dynamic {
15 throw core::dart.core::_genericNoSuchMethod(null, #testMissingTry, <dynamic>[] , <dynamic, dynamic>{}, null); 15 throw core::_genericNoSuchMethod(null, #testMissingTry, <dynamic>[], <dynamic, dynamic>{}, null);
16 } 16 }
17 static method testMissingTry() → dynamic 17 static method testMissingTry() → dynamic
18 invalid-statement; 18 invalid-statement;
19 static method main() → dynamic {} 19 static method main() → dynamic {}
OLDNEW
« no previous file with comments | « test/kernel/regression/unresolved_for_in.dart.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698