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

7 lines
134 B
Kotlin

// KT-1968 Double closing parentheses entered when completing unit function
package some
fun test() = 12
fun test1()
val a = <caret>