Closed
Description
This issue was originally filed by [email protected]
The description of List.removeAt(int index) reads:
Throws an ArgumentError if index is not an int.
But for lists created by new List() or new List(size), TypeError is thrown if index is not an int.
Affected test:
co19/src/LibTest/core/List/removeAt_A02_t01.dart