Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
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
---