Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
145b5051f737bcd07fb6d5440a722cea8ba3f98c
/
.
/
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
---