Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
nnbd_mixed
/
cyclic_typedef.dart.textual_outline.expect
blob: 89ae237dc427f4460ae3313c291bf1e401f189cc [
file
] [
log
] [
blame
]
// @dart = 2.13
import
'cyclic_typedef_lib.dart'
;
class
Hest2
<
TypeX
extends
Fisk2
>
{}
typedef
Fisk1
=
void
Function
<
TypeY
extends
Hest1
>();
main
()
{}