blob: c81f2961421b1840c6eda781608f7214df01e0fa [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
;