hey guys, I'm trying to do `val someSet = Set<L...
# announcements
s
hey guys, I'm trying to do
val someSet = Set<Long>()
. intelliJ offers to autocomplete this, but once it does it tries to swap out for a java.util.Set and doesn't work.