<@U1R51JE9E>: is this what you wanted? ``` class ...
# getting-started
v
@bdh2: is this what you wanted?
Copy code
class A(val s: String = "100") {
    constructor(x: Int) : this(x.toString()) 
}