Files
kotlin-fork/idea/testData/wordSelection/FunctionWithLineCommentAfter/3.kt
T
2016-08-22 12:35:23 +02:00

6 lines
85 B
Kotlin
Vendored

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