blob: 9d42004bbbed8285585b7acab836fc430b5b4847 [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() {}