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