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

6 lines
85 B
Kotlin
Vendored

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