blob: 82bf141ecab2eb9575cd52f62b3a2a8ee96a26bd [file] [log] [blame]
class A {
int v;
int v;
A(this.v);
A.second();
}