695a2a4098
#KT-22564 Fixed
8 lines
90 B
Kotlin
Vendored
8 lines
90 B
Kotlin
Vendored
package test
|
|
|
|
fun foo() {
|
|
fun <caret>innerGoo() {
|
|
foo()
|
|
}
|
|
innerGoo()
|
|
} |