af941bfdf5
* Expand selection should select the comment after expression getter on the same line #KT-18158 Fixed * Fixed expand selection behavior for the declaration with comment #KT-18158 * Remove redundant code #KT-18158
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") //To change body of created functions use File | Settings | File Templates.</selection>
|
|
} |