Join Slack
Powered by
<@U1R51JE9E>: is this what you wanted? ``` class ...
# getting-started
v
voddan
07/15/2016, 8:55 PM
@bdh2
: is this what you wanted?
Copy code
class A(val s: String = "100") { constructor(x: Int) : this(x.toString()) }
Open in Slack
Previous
Next