Files
kotlin-fork/idea/testData/refactoring/introduceVariable/NoNewLinesInBetween.kt
T
2014-12-25 17:12:16 +03:00

5 lines
67 B
Kotlin
Vendored

fun bar(): Int = 1
fun foo() {
<selection>bar()</selection>;
}