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