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