blob: 428644a506b4d2ce15d8c5b9a4e5bcb0f88c9fdc [file] [log] [blame]
library test;
void foo([List<String> list1 = const [], List<String> list2 = const [42]]) {}
void main() {}