Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_on_map_literals.dart.weak.outline.expect
blob: 2456a4afef836dcf0586c3b879bcc4590b69551b [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method foo
([
core
::
Map
<
core
::
int
*,
core
::
String
*>*
m1
,
core
::
Map
<
core
::
int
*,
core
::
String
*>*
m2
])
→
void
;
static
method test
()
→
void
;
static
method main
()
→
dynamic
;