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