Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
issue42579.dart.textual_outline_modelled.expect
blob: 3e6dfbe8844a0f7f37c9dc9f2741c35bd3f09a90 [
file
] [
log
] [
blame
]
S foo
<
S
>()
=>
throw
"foo"
;
bar
<
R
>(
A
<
R
>
a
)
{}
baz
()
=>
bar
(
foo
());
class
A
<
T
>
{}
main
()
{}