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