Files
kotlin-fork/idea/testData/completion/handlers/InsertFunctionWithBothParentheses.kt.after
T
2012-12-26 21:24:25 +04:00

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>