bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
166 B
Kotlin
Vendored
8 lines
166 B
Kotlin
Vendored
fun foo(list: List<String>, p1: Any, p2: String) {
|
|
list.contains(<caret>)
|
|
}
|
|
|
|
// ABSENT: p1
|
|
// EXIST: p2
|
|
// EXIST: { itemText: "String", tailText: "() (kotlin)" }
|