Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
handlers
/
NamedParametersCompletionOnEqual.kt.after
blob: 0793912819d9d8bda186d3ab0725430208ecbe56 [
file
] [
log
] [
blame
]
val paramVal
=
12
fun foo
(
paramTest
:
Int
=
12
)
fun paramFun
()
{}
fun test
()
{
// Type '=', completion should be finishied
foo
(
paramTest
=<
caret
>)
}