I always try to make up scenarios like this: ```va...
# announcements
k
I always try to make up scenarios like this:
Copy code
val a: MutableList<String> = mutableListOf()
val b: MutableList<Any?> = a
b.add(null)