namespace Jint.Tests.Runtime.Domain; public class FloatIndexer { public string this[int index] => ""; }