Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_annotations_type_variable_local.dart.textual_outline_modelled.expect
blob: 92182d02403d1a119d7ba5f59ef73da15e2188c7 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
class
Foo
{
const
Foo
(
List
<
String
>
l
);
}
main
()
{}
void
test
()
{}