Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
regress
/
issue_34850.dart.textual_outline.expect
blob: 7024734d710a15c1945e4b65a18d97ed915e7612 [
file
]
<
foo< int >f1() {}
foo Future<List
<int>
> (){}
f2() async => null;
Future<List<>> f3() async {}
main() async {}