blob: 8c0ee71cfe827956761949bae9ba20fa7f9d7c9d [file] [log] [blame]
S foo<S>() => throw "foo";
bar() {}
class A<T> {
T get property => throw "A.property";
}
main() {}
wrap<R>(R Function() f) {}
wrap2<R>(A<R> Function() f) {}