blob: 26937e5a98b337c7947f3947821378aed597ef2f [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) {}