blob: 0abe64cab537defa5b5c01a8b120f1e56025a856 [file] [log] [blame]
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() {}