blob: b97fa7cfa2f110206bf5847aab93b61a6f48ce49 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field dynamic y;
default constructor •() void
;
get x() dynamic
;
method test() void
;
}
static method test(self::C c, dynamic d) void
;
static method main() dynamic
;