Join Slack
Powered by
Something like this? ``` class X { val propert...
# announcements
o
orangy
01/18/2017, 6:48 PM
Something like this?
Copy code
class X { val property = "" } fun main(args: Array<String>) { println(X::property.name) }
Open in Slack
Previous
Next