Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
issue42434.dart.textual_outline.expect
blob: 388a33bde8c1c1ac49d4e487e8feb4c362f09f99 [
file
] [
log
] [
blame
]
class
A
<
X
extends
A
<
X
>>
{}
typedef
AAlias
<
X
>
=
Function
<
X1
extends
A
<
X
>>();
main
()
{}