blob: 90576ff631eb8c33c3e4976333e8b92f197e329c [file] [log] [blame]
class A {
int v;
}
class C extends A {
static int n;
static get v {}
}
main() {}