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