Kotlin - Null Safety
Given
val data: List? , which Kotlin expression safely returns the length of the first string or null if data or the first element is null?