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

6 lines
85 B
Kotlin
Vendored

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