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