I copied your code (no annotations though) and it ...
# server
m
I copied your code (no annotations though) and it didn't compile actually... data class User(val id: Long) { private val chunks = Set<String>() } Error:(24, 26) Kotlin: Interface Set does not have constructors