Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
arg.kt.after
blob: 07dc598e78f77b8aeca84af4240011fbf9557642 [
file
] [
log
] [
blame
]
// TEMPLATE: \tfunctionCall\t
fun foo
(
s
:
String
)
{
functionCall
(
s
<caret>
)
}