blob: 7c1de3a2519ea0f46ddf0d121e102a9c62881d16 [file] [log] [blame]
class C {
final x;
C(this.x);
}
main() {}