Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
SimplifyBooleanWithConstantsIntention
/
before.kt.template
blob: c83e94d4561481e4677e0b3c7282282167e38e1b [
file
] [
log
] [
blame
]
fun foo
()
{
val x
=
<spot>
3
>
2
&&
y
&&
true
</
spot
>
}