``` data class Foo( val x: Int, va...
# announcements
s
Copy code
data class Foo(
        val x: Int,
        val y: String
)