blob: 61cd659b842eaea51045c48dd3398c2a11e6b3fc [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
;
set x(dynamic value) void
;
method test() void
;
}
static method test(self::C c, dynamic d) void
;
static method main() dynamic
;