blob: cc2119a2c22beadf3ef1fcc1b62a82ab4902b7a7 [file] [log] [blame]
// @dart = 2.9
library test;
void test(List<num> nums) {}
main() {}