True, false, or null

Report a typo

Consider the following code:

val set = setOf<Int?>(null)

println(set.isNullOrEmpty())

What will we see in the output?

Select one option from the list
___

Create a free account to access the full topic