| 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 Foo extends core::Object { | 5 class Foo extends core::Object { |
| 6 constructor •(dynamic x, dynamic y) → void | 6 constructor •(dynamic x, dynamic y) → void |
| 7 : super core::Object::•() | 7 : super core::Object::•() |
| 8 ; | 8 ; |
| 9 } | 9 } |
| 10 static method main() → dynamic { | 10 static method main() → dynamic { |
| 11 throw new core::NoSuchMethodError::•(null, #, <dynamic>[], <dynamic, dynamic>{
}, null); | 11 throw new core::NoSuchMethodError::_withType(null, #, 32, <dynamic>[].toList(g
rowable: false), <dynamic, dynamic>{}, null); |
| 12 throw new core::NoSuchMethodError::•(null, #Foo.notHere, <dynamic>[], <dynamic
, dynamic>{}, null); | 12 throw new core::NoSuchMethodError::_withType(null, #Foo.notHere, 32, <dynamic>
[].toList(growable: false), <dynamic, dynamic>{}, null); |
| 13 } | 13 } |
| OLD | NEW |