`listOf<String?>().first { it != null }`
# getting-started
b
listOf<String?>().first { it != null }
K 2