``` class X(val s : String) { fun foo(s : Stri...
# russian
o
Copy code
class X(val s : String) {
    fun foo(s : String = this.s) {

    }
}