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