KT-1968 Double closing parentheses entered when completing unit function

#KT-1968 Fixed
This commit is contained in:
Nikolay Krasko
2012-12-26 18:02:25 +04:00
parent 9b9e338131
commit 93b7e9add9
4 changed files with 29 additions and 3 deletions
@@ -0,0 +1,7 @@
// KT-1968 Double closing parentheses entered when completing unit function
package some
fun test() = 12
fun test1()
val a = <caret>
@@ -0,0 +1,7 @@
// KT-1968 Double closing parentheses entered when completing unit function
package some
fun test() = 12
fun test1()
val a = test()<caret>