Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_annotations_parameter_local.dart.textual_outline.expect
blob: 5d839042cecc3f3c647694c819a6a0190e3bf16e [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
class
Foo
{
const
Foo
(
List
<
String
>
l
);
}
void
test
()
{}
main
()
{}