blob: 06e37f8b90377900bb4e2412ddefc672c0e31d52 [file] [log] [blame]
// @dart = 2.9
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() {}