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