blob: ab88088f42adef6ebf9f7526429334854db6993f [file] [log] [blame]
// @dart = 2.9
errors() {}
extension Extension on String {
static get getter => null;
static get property => null;
static method() {}
static set property(_) {}
static set setter(_) {}
static var field;
}
main() {}