Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dcd24449718cba21bd86428e5cddb9b25e5612af
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanMixWithOrFirst.box.txt
blob: 59de30a2ad39640d70cd2e93e0eb2c0acd912f80 [
file
]
---
assert(text == null || (text.length == 5 && text.lowercase() == text))
| | | | | | | | |
| | | | | | | | Hello
| | | | | | | false
| | | | | | hello
| | | | | Hello
| | | | true
| | | 5
| | Hello
| false
Hello
---