> Kotlin doesn't have raw types, so `ProxyList...
# getting-started
c
Kotlin doesn't have raw types, so
ProxyList
by itself is not a type.
@damian In case you're curious, this is called a "type constructor"
👍 1