blob: 85c4e95a3bec540c1b899607f93635e22e206540 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class Class extends core::Object {
synthetic constructor •() self::Class
;
@core::override
method noSuchMethod(core::Object o, {core::String foo = ""}) dynamic
;
@core::override
method toString({core::String foo = ""}) core::String
;
}
static method main() dynamic
;
static method test() dynamic
;