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