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