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