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