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