bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
102 B
Kotlin
Vendored
9 lines
102 B
Kotlin
Vendored
fun foo(p1: String, p2: String) {
|
|
when (p1) {
|
|
<caret>
|
|
}
|
|
}
|
|
|
|
// ABSENT: p1
|
|
// EXIST: p2
|