bb808b5620
Moved tests for completion and their test data into module idea-completion
12 lines
121 B
Kotlin
Vendored
12 lines
121 B
Kotlin
Vendored
object O {
|
|
fun foo() {}
|
|
|
|
class Nested {
|
|
fun bar() {
|
|
<caret>
|
|
}
|
|
}
|
|
}
|
|
|
|
// EXIST: foo
|