Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
ManyOccurrences.kt
blob: 93b778c07034768d4b2e2ac4e9dad4d52569c1c6 [
file
] [
log
] [
blame
]
fun a
()
{
if
(
true
)
{
<selection>
1
</
selection
>
}
if
(
true
)
{
1
}
if
(
true
)
{
1
}
else
{
if
(
true
)
{
1
}
}
}