blob: b8034a7e5a291f169115fa0e739d53b5d41aa560 [file] [log] [blame]
extension C on int {
static int? property2;
static void set property2(int? x) {}
static void set property3(int? x) {}
int? get property3 => 1;
}
void main() {}