https://kotlinlang.org logo
#announcements
Title
# announcements
t

trevjones

09/29/2017, 10:51 PM
Copy code
data class Foo(val foo: Int) {
    data class Bar(val bar: Int)
}
👍 1
m

mersan

09/29/2017, 10:54 PM
It didn’t work for me in the first time, now it works, maybe there was a missing brace or something, thank you 🙂
4 Views