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