blob: c27a3a36b37d138cfcea3857258f7d864388822f [file] [log] [blame]
class Foo extends Bar {
Foo((int, int) super.x);
Foo([(int, int) super.x]);
Foo({(int, int) super.x});
Foo({required (int, int) super.x});
}