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