blob: 180872412b1d990f0012bb647aca1adccc12507e [file] [log] [blame]
class A {
int get foo => 0;
}
List<T> foo<T>(void Function(T) f) => throw 0;
test1() {}
test2() {}