Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
ManyOccurrences.kt.after
blob: 341b9b7fb3eb7b1a97611a38cebb8315ef6e257d [
file
] [
log
] [
blame
]
fun a
()
{
val i
=
1
if
(
true
)
{
i
}
if
(
true
)
{
i
}
if
(
true
)
{
i
}
else
{
if
(
true
)
{
i
}
}
}