bb808b5620
Moved tests for completion and their test data into module idea-completion
7 lines
118 B
Kotlin
Vendored
7 lines
118 B
Kotlin
Vendored
fun foo(s: String, o1: Any, o2: Any) {
|
|
if (o1 is Collection<String> && s in <caret>
|
|
}
|
|
|
|
// EXIST: o1
|
|
// ABSENT: o2
|