Would `MultipleChoices` not qualify for context se...
# language-evolution
s
Would
MultipleChoices
not qualify for context sensitive resolution here? It's a list of sealed class (from KOOG)
d
If its a List, maybe you need an
*
before it to spread it out for the vararg argument.
☝🏻 1
We'd have to see the actual decl to know for sure.