blob: 9e39c4b47c213b8e17339d08fa988710a9713530 [file] [log] [blame]
library test;
main() {}
void foo(
[Map<int, String> m1 = const {1: "hello"},
Map<int, String> m2 = const {"hello": "world"}]) {}
void test() {}