blob: c9bb1acdb46a67842a51f3086e0cf7d35ee22237 [file] [log] [blame]
library;
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
;