bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
70 B
Kotlin
8 lines
70 B
Kotlin
trait X
|
|
|
|
fun foo(x: X) {
|
|
JavaClass.search(<caret>)
|
|
}
|
|
|
|
// EXIST: x
|