What will the code print?
val listOfNames = listOf("Pablo", "John", "Jane", "Mary", "Peter")
println(listOfNames.containsAll(emptyList()))What will the code print?
val listOfNames = listOf("Pablo", "John", "Jane", "Mary", "Peter")
println(listOfNames.containsAll(emptyList()))Create a free account to access the full topic