Join Slack
Powered by
Why the following code is return true?? `listOf(1,...
# announcements
t
tianhao
10/19/2017, 5:18 AM
Why the following code is return true??
listOf(1,2,3,1,2,3).all { HashSet<Int>().add(it) }
Open in Slack
Previous
Next