Sign in
dart
/
sdk
/
e3e82c95cb3782515e5775bd8da170fd6771a723
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
parameter_defaults_downwards.dart.textual_outline_modelled.expect
blob: 0b6a08b06b79ef46b42a92d3d76295e635b7d29f [
file
]
library test
;
main
()
{}
void
named_toplevel
({
List
<int>
x
=
const
[]})
{}
void
optional_toplevel
([
List
<int>
x
=
const
[]])
{}