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