blob: e24cfe04abfa06d9b79ddebb053ed7641ba670c5 [file] [log] [blame]
class Foo {
static const staticConstant = 42;
static var staticField = 42;
static staticFunction() {}
static get staticGetter => null;
static set staticSetter(_) {}
}
use(x) {}
main() {}