Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
FunctionAddBlock.kt.after
blob: 921361619332ea2429128a22d4631e2c301893b5 [
file
] [
log
] [
blame
]
fun x
():
Int
{
val i
=
1
return
i
}