93b7e9add9
#KT-1968 Fixed
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
// KT-1968 Double closing parentheses entered when completing unit function
|
|
package some
|
|
|
|
fun test() = 12
|
|
fun test1()
|
|
|
|
val a = test()<caret> |