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