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