Fix record coercion with compatible types

Fixes #4722
This commit is contained in:
Evan Typanski 2025-08-04 15:47:09 -04:00
parent 56325d1412
commit 006bef71b5
5 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,7 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
[[a=1], [a=2], [a=3]]
[[a=1], [a=2], [a=3]]
[[a=1], [a=2], [a=3]]
[[a=1.0], [a=2.0], [a=3.0]]
[[a=1.0], [a=2.0], [a=3.0]]
[[a=1.0], [a=2.0], [a=-3.0]]