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