Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
introduceParameter
/
fun.kt
blob: 88fc5d22443e7bc2bc56b4b6de5548b66896f13c [
file
] [
log
] [
blame
]
fun foo
():
Int
{
<selection>
fun bar
()
=
1
</
selection
>
return
1
+
bar
()
}