Sign in
dart
/
sdk.git
/
dbc9c86f05f5d06bdb93d88c75ea0c72340face6
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
generator_closure.dart.textual_outline_modelled.expect
blob: 6a641a634e5b3e6d7a6aa66b38b3765907dfb592 [
file
] [
log
] [
blame
]
library test
;
import
'dart:async'
;
void
foo
(
Stream
<int>
Function
()
values
)
{}
void
main
()
{}