how to convert `listOf("str")` to `listOf(MyClass(...
# announcements
q
how to convert
listOf("str")
to
listOf(MyClass("str"))
?