blob: 1fc6d80aa9289af0c93a5276f96d443ebac97638 [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
;
get x() dynamic
;
method test() void
;
}
static method test(self::C c, dynamic d) void
;
static method main() dynamic
;