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