Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
handlers
/
smart
/
TabReplaceFunctionName1.kt
blob: 732276dcbdbf7b6323a4ff892ea8539ca062605a [
file
] [
log
] [
blame
]
fun foo
(
p
:
Int
):
Int
=
p
fun bar
(
p
:
Int
):
Int
=
p
fun f
():
Int
{
return
<caret>
foo
(
1
)
}
//ELEMENT: bar
//CHAR: \t