bb808b5620
Moved tests for completion and their test data into module idea-completion
11 lines
172 B
Plaintext
Vendored
11 lines
172 B
Plaintext
Vendored
fun foo(s: String, c: Char){ }
|
|
|
|
fun takeString(p: Int): String? = null
|
|
|
|
fun bar() {
|
|
foo(takeString(<caret>1, 2, 3)!!, )
|
|
}
|
|
|
|
// ELEMENT_TEXT: "!! takeString"
|
|
// CHAR: \t
|