blob: a3faac3ba975e5121148b243a396944e27c4a94e [file] [log] [blame]
// WITH_RUNTIME
class A(val s: String) {}
fun <caret>A.extend() = println(this.s)