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