Sign in
dart
/
sdk
/
5f1682106f9bcc22ae9fbbdc44fde9e788f18d93
/
.
/
pkg
/
front_end
/
parser_testcases
/
also-nnbd
/
issue_40267_conditional_3.dart
blob: 86225c509ff06e3db1fe214933dfba4f2397188e [
file
] [
log
] [
blame
]
f
()
{
var
a
;
return
a
!=
null
?
[
a
]
:
const
[];
}