Sign in
dart
/
sdk
/
47dc4663d8e0dff1b053838c56bbb1412ef64e0d
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
issue48631_1.dart.textual_outline_modelled.expect
blob: a6f4120ff19c06a38c03fdaf6857273b82d0a8fe [
file
] [
log
] [
blame
]
import
'dart:async'
;
FutureOr
<
T
?>
foo
<
T
>(
T t
)
{}
bar
<
S
>(
bool
t
,
S s
)
{}
main
()
{}