blob: 23e89acc1e2fec53e14d66fcc593a361df39b583 [file] [log] [blame]
// @dart = 2.6
class C {
C.a(this.);
C.b(this.);
C.c(this., p);
C.d(this., p);
}