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