Files
kotlin-fork/idea/testData/refactoring/rename/inplace/GlobalFunctionNotInplace.kt
T
2013-12-24 22:30:28 +04:00

8 lines
64 B
Kotlin
Vendored

fun <caret>foo(a: Int) {
}
fun f() {
foo(1)
foo(217)
}