bb808b5620
Moved tests for completion and their test data into module idea-completion
10 lines
128 B
Kotlin
10 lines
128 B
Kotlin
class Outer {
|
|
class Nested {
|
|
fun foo(): Outer {
|
|
return <caret>
|
|
}
|
|
}
|
|
}
|
|
|
|
// ABSENT: this@Outer
|