blob: 89b6571541b81132acf2a9a7791ce67f666f71c0 [file] [log] [blame]
class C<T> {
foo<E extends T>(List<E> list) {}
List<F> method<F extends T>(List<F> list) => list;
}
main() {}