Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
generic_metadata
/
nested_generic_arguments_and_bounds.dart.textual_outline_modelled.expect
blob: 5d6b1de9bcbfe859e6edc87e6987cb8aebc0e7bb [
file
] [
log
] [
blame
]
A
<
F
<
Function
<
W
>(
W
)>>
bar
()
=>
throw
42
;
A
<
Function
<
Y
extends
Function
<
Z
>(
Z
)>(
Y
)>
foo
()
=>
throw
42
;
class
A
<
X
>
{}
main
()
{}
typedef
F
<
U
>
=
Function
<
V
extends
U
>(
V
);