blob: 09932c353b63cf4338be042535b45628db8d39d7 [file] [log] [blame]
class C {
C.a(this);
C.b(this.);
C.c(this, p);
C.d(this., p);
}