blob: 8372222176fbd4c3415e71244376b99838afd049 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
static const field core::int staticConstant = 42;
static field core::int staticField;
synthetic constructor •() self::Foo
;
static method staticFunction() dynamic
;
static get staticGetter() dynamic
;
static set staticSetter(dynamic _) void
;
}
static method use(dynamic x) dynamic
;
static method main() dynamic
;