Ahh, I found a way. This gives me at least a prope...
# announcements
h
Ahh, I found a way. This gives me at least a proper
toString()
formatting of the properties.
Copy code
data class ConcreteUser(@JvmField val name: String) {
    override fun getName() = name
}