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