``` data class Foo(val foo: Int) { data class ...
# announcements
t
Copy code
data class Foo(val foo: Int) {
    data class Bar(val bar: Int)
}
👍 1
m
It didn’t work for me in the first time, now it works, maybe there was a missing brace or something, thank you 🙂