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