pqbyte
data class HelloWorld(val someValue: String) { val name: String = "foo" get() = field.toUpperCase() }