blob: 3408df877f2d3892b297d31de83c6f6aa51bf03c [file] [log] [blame]
// @dart = 2.9
class C {
const C() : =this.x;
}
main() {}