Join Slack
Communities
Powered by
but then you might expect this to work, but it doe...
# announcements
k
kevinmost
12/08/2016, 9:53 PM
but then you might expect this to work, but it doesn't:
Copy code
open class Foo val myFoo = object : Foo() { val x = 10 } fun test() { println(myFoo.x) }
Open in Slack
Previous
Next