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