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