Join Slack
Communities
Powered by
yeah, like this: ``` open class Foo object myFoo...
# announcements
k
kevinmost
12/08/2016, 10:02 PM
yeah, like this:
Copy code
open class Foo object myFoo : Foo() { val x = 10 } fun test() { println(myFoo.x) }
Open in Slack
Previous
Next