7 lines
94 B
Kotlin
Vendored
7 lines
94 B
Kotlin
Vendored
fun a() : Int {}
|
|
|
|
<selection>// TODO: Refactor
|
|
fun b() : <caret>Short {
|
|
f()
|
|
}
|
|
</selection> |