Files
kotlin-fork/idea/testData/refactoring/rename/inplace/QualifyFun.kt
T
2018-02-09 14:17:40 +03:00

8 lines
90 B
Kotlin
Vendored

package test
fun foo() {
fun <caret>innerGoo() {
foo()
}
innerGoo()
}