bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
101 B
Kotlin
Vendored
9 lines
101 B
Kotlin
Vendored
fun foo() {}
|
|
|
|
fun <T> S<caret>
|
|
|
|
// INVOCATION_COUNT: 1
|
|
// EXIST: String
|
|
// EXIST: Set
|
|
// ABSENT: foo
|