311a3a75c8
#KT-6388 Fixed #KT-4422 Fixed #KT-5516 Fixed
10 lines
128 B
Kotlin
10 lines
128 B
Kotlin
class Outer {
|
|
class Nested {
|
|
fun foo(): Outer {
|
|
return <caret>
|
|
}
|
|
}
|
|
}
|
|
|
|
// ABSENT: this@Outer
|