Kotlin - Variables and Type System
What is the inferred type of
filtered in this Kotlin code?val filtered = listOf("apple", "banana", "cherry").filter { it.length > 5 }