| 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) → dynamic | 6 constructor •(dynamic x, dynamic y) → dynamic |
| 7 : super core::Object::•() | 7 : super core::Object::•() |
| 8 ; | 8 ; |
| 9 } | 9 } |
| 10 static method main() → dynamic { | 10 static method main() → dynamic { |
| 11 invalid-expression; | 11 invalid-expression; |
| 12 throw core::_unresolvedConstructorError(self::Foo, #Foo.notHere, <dynamic>[],
<dynamic, dynamic>{}, null); | 12 throw core::_unresolvedConstructorError(self::Foo, #Foo.notHere, <dynamic>[],
<dynamic, dynamic>{}, null); |
| 13 } | 13 } |
| OLD | NEW |