e7748e2700
#KT-7681 Fixed
7 lines
97 B
Kotlin
Vendored
7 lines
97 B
Kotlin
Vendored
fun foo(<caret>bar: Int) {
|
|
object {
|
|
fun baz() {
|
|
bar + 1
|
|
}
|
|
}
|
|
} |