Skip to content

constant folding: Correct type of decodeDouble_Int64 rule

Matthew Pickering requested to merge wip/fix-constant-decodeDouble into master

The first argument is Int64# unconditionally, so we better produce something of that type. This fixes a core lint error found in the ad package.

Fixes #23019 (closed)

Merge request reports