forked from AbleOS/holey-bytes
4 lines
229 B
Plaintext
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
|
|
^
|