blob: 751cedf7cf7f317609fa7ba550980eb2219779af [file] [log] [blame]
class A {
int v = 0;
}
class C extends A {
static get v {}
static int n = 0;
}
main() {}