blob: 8a64496c0dfec6ce7415473093e6d3c56480e622 [file]
// WITH_RUNTIME
class A(val s: String) {}
fun <caret>extend(a: A) = println(a.s)