| library test; | |
| import self as self; | |
| import "dart:core" as core; | |
| class C extends core::Object { | |
| synthetic constructor •() → self::C* | |
| : super core::Object::•() | |
| ; | |
| static method f(core::String* s) → core::int* | |
| return null; | |
| } | |
| static const field dynamic v = #C1; | |
| static method main() → dynamic { | |
| #C1; | |
| } | |
| constants { | |
| #C1 = tearoff self::C::f | |
| } |