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