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