bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
156 B
Kotlin
Vendored
9 lines
156 B
Kotlin
Vendored
import java.util.*
|
|
|
|
fun foo(list: ArrayList<String>, p1: ArrayList<Any>, p2: ArrayList<String>) {
|
|
list.removeAll(<caret>)
|
|
}
|
|
|
|
// ABSENT: p1
|
|
// EXIST: p2
|