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