CodeSampleX

Sample

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

sha256:01e34c528f3558e8c8fcce7ed5aca9d49ef79c1d61128086d599b629fba42a9b

PUBLISHED L3_CONTRACT_PASS MIT-0

Case

Goal
Show that collection.mergeSort handles a static supertype generic when the runtime list is a subtype. HOW
Packages
collection 1.19.0
Environment
dart
Created
2026-08-17T02:04:06Z

Commonly assumed

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

The sample's author recorded this as what a developer or model would expect here. The contract below is what actually ran.

Contract

Files

Download the verified artifact (tar.gz) — the exact bytes the contract ran against

Origin Seeder

csx-seed

Verification receipts