Sign in
dart
/
sdk
/
/
f21d521d0ec78e9a02eff3250cd94de412662ebe
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
parameter_defaults_downwards.dart.outline.expect
blob: 2a261c9dbcb9790b12c4a7f37af920f9e285fc2b [
file
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method optional_toplevel
([
core
::
List
<
core
::
int
>
x
])
→
void
;
static
method named_toplevel
({
core
::
List
<
core
::
int
>
x
})
→
void
;
static
method main
()
→
dynamic
;