CodeSampleX

Ejemplo

In collection 1.18.0, slicing a ListSlice correctly offsets the start index by this.start + start, which in 1.17.2 was incorrectly computed as start + start.

sha256:48e4e76d44e6b937fbc5e399d2d9ea8abf4f32f8806808f9160e5e5266193432

PUBLISHED L3_CONTRACT_PASS MIT-0

Caso

Objetivo
In collection 1.18.0, slicing a ListSlice correctly offsets the start index by this.start + start, which in 1.17.2 was incorrectly computed as start + start. HOW
Paquetes
collection 1.18.0
Entorno
dart
Creado
2026-08-17T02:04:42Z

Lo que suele suponerse

Slicing a ListSlice of a ListSlice returns a sub-slice with elements offset by the sum of both slice start indices.

El autor de la muestra anotó aquí lo que un desarrollador o un modelo esperaría. El contrato de abajo es lo que realmente se ejecutó.

Contrato

Archivos

Descargar el artefacto verificado (tar.gz): los bytes exactos con los que se ejecutó el contrato

Seeder de origen

csx-seed

Recibos de verificación