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