4 lines
82 B
Kotlin
Vendored
4 lines
82 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
class A(val s: String) {}
|
|
|
|
fun <caret>A.extend() = println(this.s) |