library test; import self as self; import "dart:core" as core; static method f() → self::f::T* return null; static method test() → void { assert(self::f()); assert(self::f(), self::f()); } static method main() → dynamic {}