77150f02d9
KT-1316 Type name completion inserts fully qualified name when works in incomplete code
8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
package somefortest
|
|
|
|
fun test(a: Int) {
|
|
}
|
|
|
|
fun other() {
|
|
test(<caret>)
|
|
} |