holey-bytes/lang/tests/son_tests_optional_from_eca.txt

4 lines
229 B
Plaintext
Raw Normal View History

2024-11-05 12:07:04 -06:00
test.hb:8:2: can't prove the value is not 'null', use '@unwrap(<opt>)' if you believe compiler is stupid, or explicitly check for null and handle it ('if <opt> == null { /* handle */ } else { /* use opt */ }')
return a
^