blob: bf3cae28ae5319da8d94c8716ba0b38956fb36fb [file] [log] [blame]
class Foo {
const Foo({bool x = true});
const x = Foo();
}
main() {}