Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_on_map_literals.dart.textual_outline.expect
blob: 46fb0af7d4b0c5b8b6ec6ec9999684443d07dba8 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
void
foo
(
[
Map
<
int
,
String
>
m1
=
const
{
1
:
"hello"
},
Map
<
int
,
String
>
m2
=
const
{
"hello"
:
"world"
}])
{}
void
test
()
{}
main
()
{}