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