``` fun things(you: CanDo<in Kotlin>) = list...
# android
m
Copy code
fun things(you: CanDo<in Kotlin>) = listOf(
...
)