ddd63d69e9
#KT-6442 Fixed
12 lines
180 B
Kotlin
12 lines
180 B
Kotlin
class Outer {
|
|
class Nested
|
|
inner class Inner
|
|
}
|
|
|
|
fun Outer.foo() {
|
|
<caret>
|
|
}
|
|
|
|
// ABSENT: Nested
|
|
// EXIST: { itemText: "Inner", tailText: "()", typeText: "Outer.Inner" }
|