Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
simplifyBooleanWithConstants
/
notReduceableBinary2.kt.after
blob: f06d03e80ddc5a174c38b942d8c81f0c7c124ae4 [
file
]
fun test
()
{
foo
(
false
||
!
true
)
+
foo
(
false
)
}
fun foo
(
v
:
Boolean
):
Int
=
1