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