Declaration which has an open type.
The open type for this declaration. For example, the open type for List<T> f<T>() is List<T>.
List<T> f<T>()
List<T>