Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_on_list_literals_infer_downwards2.dart.textual_outline.expect
blob: 5b1e6d6b3093da9417bc434f5fb6215645c569d8 [
file
] [
log
] [
blame
]
library test
;
void
foo
([
List
<
String
>
list1
=
const
[],
List
<
String
>
list2
=
const
[
42
]])
{}
void
test
()
{}