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