Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
handlers
/
NamedParametersCompletion.kt
blob: 1d8b7fc91ac22441e35bd4bcb475a9031fa4ecfb [
file
] [
log
] [
blame
]
fun foo
(
paramTest
:
Int
=
12
)
fun test
()
{
// '=' is expected
foo
(
param
<caret>
)
}