Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_uses_synthetic_function_type_required_param.dart.weak.outline.expect
blob: 4de588f46a643c62395007874aace5a0923526b1 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field core
::
List
<(
core
::
int
*)
→*
core
::
Object
*>*
v
;
static
method f
(
core
::
int
*
x
)
→
core
::
int
*
;
static
method g
(
core
::
int
*
x
)
→
core
::
String
*
;
static
method main
()
→
dynamic
;