Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9f74a475e654a271d2924cb1d68ecbb852e03892
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanMixWithAndFirst.box.txt
blob: 502ffe42644ae5850f4a5bf37f2bcbfebbce103c [
file
]
---
assert(text != null && (text.length == 1 || text.lowercase() == text))
| | | | | | | | |
| | | | | | | | Hello
| | | | | | | false
| | | | | | hello
| | | | | Hello
| | | | false
| | | 5
| | Hello
| true
Hello
---