which allows examples like `fun ContextBuilder<...
# minutest
d
which allows examples like
fun ContextBuilder<MutableCollection<String>>.behavesAsMutableCollection() {
rather than
fun ContextBuilder<*, MutableCollection<String>>.behavesAsMutableCollection() {