Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
parameter_defaults_downwards.dart.weak.outline.expect
blob: b1b05a2c8d99598b15f6c581ff9a8ced43bf5245 [
file
] [
log
] [
blame
]
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
;