i sometimes really wish kotlin had support for mul...
# getting-started
h
i sometimes really wish kotlin had support for multiple acceptable classes in restrictions like in js/ts e.g.
fun thing(param: Foo | Bar): Foo | Bar = ...