Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b1f59e5f0d739fd4c19f9e413cc9c324657eafed
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanAnd.box.txt
blob: 28fd95344e447db5384afa6fda22166db44afafe [
file
]
Assertion failed
assert(text != null && text.length == 5 && text.toLowerCase() == text)
| | | | | | | | |
| | | | | | | | Hello
| | | | | | | false
| | | | | | hello
| | | | | Hello
| | | | true
| | | 5
| | Hello
| true
Hello