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