blob: 0ff4a0b9144d4b76dfa107ff39c7d1ff8fee495f [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field dynamic f;
constructor •(dynamic f) self::C
;
}
static method g(self::C c) void
;
static method h(core::int i) void
;
static method test() void
;
static method main() dynamic
;