| library test; | |
| import self as self; | |
| import "dart:core" as core; | |
| static field dynamic x; | |
| static method run<T extends core::Object* = dynamic>(() →* self::run::T* f) → self::run::T* | |
| ; | |
| static method printRunning() → void | |
| ; | |
| static method main() → dynamic | |
| ; |