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