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