`listOf("Hello", 3)` is inferred to be `List<A...
# getting-started
m
listOf("Hello", 3)
is inferred to be
List<Any>
Edit: misunderstood the question. The answer below is the right one, I think