blob: f2c314ab9f91862a36977ac62ce14ba900464674 [file] [log] [blame]
extension E<T> on T {
T Function(T) get f => (T t) => t;
}
method1<S>(S s) {}
method2<S extends dynamic>(S s) {}
main() {}
throws(void Function() f) {}