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
10 lines
237 B
Plaintext
Vendored
10 lines
237 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
|
|
class Owner {
|
|
}
|
|
|
|
var Owner.p: Int
|
|
get() = <caret><selection>TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.</selection>
|
|
set(v) {}
|