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