Sign in
dart
/
sdk
/
9221f34648cd1f4f93c498ada05a66df04e5e4a6
/
.
/
pkg
/
front_end
/
parser_testcases
/
nnbd
/
issue_47020.dart
blob: 2a6f3cb4545e4bc98b63353be6251445b9dd6cfc [
file
] [
log
] [
blame
]
void
main
()
{
Function
?
f
=
()
{
print
(
1
)
};
f
();
}