What will be created?

Report a typo

Match the created collections with their values.

Match the items from left and right columns
val set = setOfNotNull(7, null, 404, 404, 404, null, 42, 404)
val list = listOfNotNull(7, null, 404, 404, 404, null, 42, 404)
val list = listOfNotNull(7, 404, 42, 404)
[7, 404, 42]
[7, 404, 404, 404, 42, 404]
[7, 404, 42, 404]
___

Create a free account to access the full topic