https://kotlinlang.org logo
m

max

08/18/2016, 11:53 AM
@User uploaded a file:

Screen Shot.png

and commented: Hey, guys! Is there any way to use so called get-operator (
[]
) on a nullable type? I don't wanna write it like
nullable?.get(i)
. Maybe there is something I missed?