91220faf06
#KT-6122 Fixed
12 lines
124 B
Kotlin
12 lines
124 B
Kotlin
class Outer {
|
|
class Nested
|
|
inner class Inner
|
|
}
|
|
|
|
fun Outer.foo() {
|
|
<caret>
|
|
}
|
|
|
|
// ABSENT: Nested
|
|
// ABSENT: Inner
|