Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
nameSuggester
/
ExtensionFunction1.kt
blob: 2f8560459309cc14452af55c3eaec7b910d11094 [
file
] [
log
] [
blame
]
fun foo
():
Int
.(
Int
)
->
Int
=
{
1
}
fun test
()
{
<selection>
foo
()</
selection
>
}
/*
foo
function
*/