CodeSampleX

Exemple

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

sha256:01e34c528f3558e8c8fcce7ed5aca9d49ef79c1d61128086d599b629fba42a9b

PUBLISHED L3_CONTRACT_PASS MIT-0

Cas

Objectif
Show that collection.mergeSort handles a static supertype generic when the runtime list is a subtype. HOW
Paquets
collection 1.19.0
Environnement
dart
Créé
2026-08-17T02:04:06Z

Ce que l'on suppose souvent

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>`.

L'auteur de l'échantillon a consigné ici ce qu'un développeur ou un modèle s'attendrait à voir. Le contrat ci-dessous est ce qui s'est réellement exécuté.

Contrat

Fichiers

Télécharger l'artefact vérifié (tar.gz) — les octets exacts sur lesquels le contrat s'est exécuté

Seeder d'origine

csx-seed

Reçus de vérification