fuzion
fuzion copied to clipboard
implementation restriction: Postcondition of `intrinsic` and `native` features give an error
This is similar to #3092, there is currently no code generated to check post conditions after a call to intrinsic or native feature.
currently we get:
ex is
a i32
post true
=> intrinsic
/home/sam/playground/test.fz:4:3: error 1: Implementation restriction: post-condition for Intrinsic not supported yet.
post true