Sign in
dart
/
sdk
/
a1c7ce3d8d1036b14541468d97ef04fb636de120
/
.
/
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
()
{}