Sign in
dart
/
sdk
/
a5ff656da170eddcdc87f84e9d4e324ce89d00d8
/
.
/
pkg
/
front_end
/
testcases
/
nnbd_mixed
/
issue42181.dart.textual_outline_modelled.expect
blob: 9ad4cf94a10c23ff479d61eaab19fc94d568518c [
file
]
import
'issue42181_lib.dart'
;
int
?
f1
(
int
x
)
=>
x
;
main
()
{}
void
test
()
{}