blob: ac99435a828bf8b460752ae6f1204419b44aeefe [file] [log] [blame]
// @dart = 2.9
library test;
void foo([List<String> list1 = const [], List<String> list2 = const [42]]) {}
void main() {}