bb808b5620
Moved tests for completion and their test data into module idea-completion
10 lines
98 B
Plaintext
Vendored
10 lines
98 B
Plaintext
Vendored
package testing.handlers
|
|
|
|
fun testFun() {
|
|
}
|
|
|
|
fun other() {
|
|
testFun()<caret>
|
|
}
|
|
|
|
// INSERT: test |