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