Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
IntroduceAndCreateBlock.kt
blob: 7a1986864967097487a62ea5d649ee4f33a96295 [
file
] [
log
] [
blame
]
fun test
(
n
:
Int
)
{
val t
=
if
(
n
>
0
)
<selection>
n
+
1
</
selection
>
else
n
}