bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
110 B
Plaintext
Vendored
9 lines
110 B
Plaintext
Vendored
package some
|
|
|
|
import jettesting.data.somefun
|
|
import java.util.SortedSet
|
|
|
|
fun other() {
|
|
somefun(<caret>)
|
|
}
|