93b7e9add9
#KT-1968 Fixed
7 lines
134 B
Kotlin
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> |