Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
contravariant_dependence_in_literals.dart.textual_outline.expect
blob: e4cafc77f3618701590955cd0cac989912dbc3a1 [
file
] [
log
] [
blame
]
class
C
<
X
extends
num
,
Y
extends
void
Function
(
X
)>
{}
var
lc
=
<
C
>[];
var
mc
=
<
C
,
C
>{};
main
()
{}