what’s wrong with ``` abstract class Whatever<T...
# announcements
m
what’s wrong with
Copy code
abstract class Whatever<T> {
    val selectedValues = hashSetOf<T>()
?