cedric
?.let
.let
satejs
val x :ArrayList<String>? = null x?.get(0).let { print("What is happening?") } print(x)