fuzion icon indicating copy to clipboard operation
fuzion copied to clipboard

implementation restriction: Postcondition of `intrinsic` and `native` features give an error

Open fridis opened this issue 1 year ago • 1 comments

This is similar to #3092, there is currently no code generated to check post conditions after a call to intrinsic or native feature.

fridis avatar May 23 '24 10:05 fridis

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

michaellilltokiwa avatar Apr 10 '25 12:04 michaellilltokiwa