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
2 lines
102 B
Kotlin
Vendored
2 lines
102 B
Kotlin
Vendored
val s3: String
|
|
<selection>get() = /* before */ <caret>TODO("not implemented") // after</selection> |