blob: 1da2bc484a5e0a68ade14473f8bfd065b6456dfa [file] [log] [blame]
// @dart = 2.9
library test;
import 'dart:math' show Random;
test2(List<num> o) {}
main() {}