blob: b1ab688f280590560e5a896094b2b09811c72c01 [file] [log] [blame]
// KT-1968 Double closing parentheses entered when completing unit function
package some
fun test() = 12
fun test1()
val a = test()<caret>