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