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