Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9f795b628f84fa9c142eb9342c35cac86b0e5d99
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanMixWithOrLast.box.txt
blob: cddac013ef5431d31dd7c47d6cb7a422190f996a [
file
]
---
assert((text.length == 5 && text.toLowerCase() == text) || text.length == 1)
| | | | | | | | | |
| | | | | | | | | false
| | | | | | | | 5
| | | | | | | Hello
| | | | | | Hello
| | | | | false
| | | | hello
| | | Hello
| | true
| 5
Hello
---