Files
kotlin-fork/idea/testData/wordSelection/FunctionWithLineCommentBefore/1.kt
T
Valentin Kipyatkov 46906fd89c KT-5292 Expand selection should have kdoc + method as a stop point
KT-3947 Extend selection works badly with comment

 #KT-5292 Fixed
 #KT-3947 Fixed
2014-12-18 19:02:16 +03:00

7 lines
94 B
Kotlin
Vendored

fun a() : Int {}
// TODO: Refactor
fun b() : <selection><caret>Short</selection> {
f()
}