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 super.[]=(4, 42); | 9 super.[]=(4, 42); |
10 let final dynamic #t1 = 4 in super.[]=(#t1, super.[](#t1).+(5)); | 10 let final dynamic #t1 = 4 in super.[]=(#t1, super.[](#t1).+(5)); |
11 return super.[](2); | 11 return super.[](2); |
12 } | 12 } |
13 } | 13 } |
14 static method beforeTestMissingTry() → dynamic { | 14 static method beforeTestMissingTry() → dynamic { |
15 throw 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 |