Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
UnfoldAssignmentToIfIntention
/
before.kt.template
blob: 10d7a35ac2372057a1ba51af82df57e103bb6cbd [
file
] [
log
] [
blame
]
res
=
if
(
ok
)
{
"ok"
}
else
{
"failed"
}