Question: what does this exactly mean for `z`: `fu...
# announcements
v
Question: what does this exactly mean for `z`:
fun <T> foo(t: T, z: T?) {}
? Consider that
t
is nullable here (calls are not allowed)