blob: c272963b5055a15e864bc3ce5644ed31e179178b [file] [log] [blame]
class A {
bool operator ==(Object other) => false;
const A();
}
test() => const <(A,)>{(A(),)};