bb808b5620
Moved tests for completion and their test data into module idea-completion
12 lines
214 B
Kotlin
Vendored
12 lines
214 B
Kotlin
Vendored
fun testing() {}
|
|
|
|
fun S<caret>
|
|
|
|
// Should complete types for receiver after explicit basic completion call
|
|
// INVOCATION_COUNT: 1
|
|
// EXIST: String
|
|
// EXIST_JAVA_ONLY: StringBuffer
|
|
// EXIST: Set
|
|
// ABSENT: testing
|
|
|