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