holey-bytes/lang/tests/son_tests_optional_from_eca.txt
2024-11-05 18:07:04 +00:00

4 lines
229 B
Plaintext

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
^