OLD | NEW |
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 {} |
OLD | NEW |