// WITH_RUNTIME class A(val s: String) {} fun A.extend() = println(this.s)