Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_on_map_literals2.dart.textual_outline_modelled.expect
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
()
{}