blob: 2e9d36250eb7e464c55f29fc96a16bb0bfa550de [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
static const field dynamic staticConstant = 42;
static field dynamic 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
;