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