Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
ManyInnerOccurences.kt.after
blob: 388d5829534c4fecb2473085fc5ee65e9361f83a [
file
] [
log
] [
blame
]
fun a
()
{
val i
=
1
if
(
true
)
{
if
(
true
)
{
i
}
}
else
{
if
(
true
)
{
i
}
}
}