Skip to content
  • Andrew Martin's avatar
    Use a better strategy for determining the offset applied to foreign function... · db78ac6f
    Andrew Martin authored and Marge Bot's avatar Marge Bot committed
    Use a better strategy for determining the offset applied to foreign function arguments that have an unlifted boxed type. We used to use the type of the argument. We now use the type of the foreign function. Add a test to confirm that the roundtrip conversion between an unlifted boxed type and Any is sound in the presence of a foreign function call.
    db78ac6f