Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6433769d087256fc62b9017d0d6dd7eb86891d65
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanMixWithAndLast.box.txt
blob: 9b57d22748ed10395ad123513bb957a62e03dec6 [
file
]
---
assert((text.length == 1 || text.lowercase() == text) && text.length == 1)
| | | | | | |
| | | | | | Hello
| | | | | false
| | | | hello
| | | Hello
| | false
| 5
Hello
---