Files
kotlin-fork/plugins/power-assert/testData/codegen/boolean/BooleanMixWithOrLast.box.txt
T
2024-02-07 21:51:17 +00:00

13 lines
610 B
Plaintext
Vendored

Assertion failed
assert((text.length == 5 && text.toLowerCase() == text) || text.length == 1)
| | | | | | | | | |
| | | | | | | | | false
| | | | | | | | 5
| | | | | | | Hello
| | | | | | Hello
| | | | | false
| | | | hello
| | | Hello
| | true
| 5
Hello