blob: d5db1d4d3b17bd1eed60650eb0fa92b0560322da [file] [log] [blame]
class Class1 {}
extension Extension1 on Class1 {
static get staticProperty {}
static set staticProperty(int value) {}
static staticMethod() {}
static var staticField = 42;
}
main() {}