bb808b5620
Moved tests for completion and their test data into module idea-completion
7 lines
140 B
Plaintext
Vendored
7 lines
140 B
Plaintext
Vendored
// KT-1968 Double closing parentheses entered when completing unit function
|
|
package some
|
|
|
|
fun test() = 12
|
|
fun test1()
|
|
|
|
val a = test()<caret> |