blob: f4d48917816babb6e04da521b81875f804f9d28d [file] [log] [blame]
class C {
C() {}
C(this.d) {}
final d;
}
main() {}