Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
IfThenValuedAddBlock.kt.after
blob: a680bf6c178758268c9883d4552a8a17dffb6938 [
file
] [
log
] [
blame
]
fun a
(
x
:
Int
)
{
val t
=
if
(
x
>
0
)
{
val i
=
x
+
x
i
-
1
}
else
x
*
x
+
1
}