89c39b9762
#KT-13589 Fixed
7 lines
193 B
Plaintext
Vendored
7 lines
193 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
abstract class Owner {
|
|
}
|
|
|
|
fun Owner.f() {
|
|
<caret><selection>TODO("not implemented")</selection> //To change body of created functions use File | Settings | File Templates.
|
|
} |