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