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