bb808b5620
Moved tests for completion and their test data into module idea-completion
10 lines
121 B
Kotlin
Vendored
10 lines
121 B
Kotlin
Vendored
import java.io.File
|
|
|
|
fun f(p1: Any, p2: String, p3: File) {
|
|
File(<caret>)
|
|
}
|
|
|
|
// ABSENT: p1
|
|
// EXIST: p2
|
|
// EXIST: p3
|