Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
downwards_inference_annotations_type_variable_local.dart.textual_outline_modelled.expect
blob: 08185628e13416e9fac87358af62f21cfe3b0336 [
file
] [
log
] [
blame
]
library test
;
class
Foo
{
const
Foo
(
List
<
String
>
l
);
}
main
()
{}
void
test
()
{}