Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
dependence.dart.textual_outline_modelled.expect
blob: f246f14411cd098de3d6db52a6a80389834f9dc2 [
file
] [
log
] [
blame
]
C c
=
throw
''
;
D d
=
throw
''
;
class
A
<
X
>
{}
class
C
<
X
,
Y
extends
X
Function
(
X
)>
{}
class
D
<
X
extends
num
,
Y
extends
X
Function
(
X
)>
{}
main
()
{}