4d9b19da82
#KT-18539 Fixed
7 lines
121 B
Plaintext
Vendored
7 lines
121 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
abstract class Owner {
|
|
}
|
|
|
|
fun Owner.f() {
|
|
<caret><selection>TODO("Not yet implemented")</selection>
|
|
} |