blob: f6c1f6a731a094222ad47325055e5a19e2b2f818 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
constructor •() void
;
method f() core::int
;
}
static method g(self::C c) dynamic
;
static method main() dynamic
;