// @enablePreserveExistingMemoizationGuarantees:false import {Stringify, identity} from 'shared-runtime'; function foo() { try { identity(`${Symbol('0')}`); // Uncaught TypeError: Cannot convert a Symbol value to a string (leave as is) } catch {} return ( ); } export const FIXTURE_ENTRYPOINT = { fn: foo, params: [], isComponent: false, };