CodeSampleX

Ejemplo

Show that collection.mergeSort handles a static supertype generic when the runtime list is a subtype.

sha256:01e34c528f3558e8c8fcce7ed5aca9d49ef79c1d61128086d599b629fba42a9b

PUBLISHED L3_CONTRACT_PASS MIT-0

Caso

Objetivo
Show that collection.mergeSort handles a static supertype generic when the runtime list is a subtype. HOW
Paquetes
collection 1.19.0
Entorno
dart
Creado
2026-08-17T02:04:06Z

Lo que suele suponerse

Calling `mergeSort` with an explicit supertype, such as `mergeSort<num>`, should be treated as a normal typed call even when the argument is a `List<int>`.

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