| library test; | |
| import self as self; | |
| import "dart:core" as core; | |
| class Foo extends core::Object { | |
| const constructor •(core::List<core::String> l) → void | |
| : super core::Object::•() | |
| ; | |
| } | |
| class C extends core::Object { | |
| synthetic constructor •() → void | |
| : super core::Object::•() | |
| ; | |
| method m(dynamic x) → void {} | |
| } | |
| static method f(dynamic x) → void {} | |
| static method main() → dynamic {} |