blob: 8b8968429d0353ec1bf1eee77b9c026ecc0c5cec [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() {}