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