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