`val str: String? = "abc"; str?[1]`
# announcements
q
val str: String? = "abc"; str?[1]
👍 2