Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
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
}