blob: af336251e905aa93d0904775e3d8d8eaeceb9c28 [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 test() {}