Sign in
dart
/
sdk.git
/
f36420a912bb76b61fc8b934286df44dd1aff09b
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
contravariant_dependence.dart.textual_outline.expect
blob: fcc1eeb9ebeb66f603595d7711c0883c1680561e [
file
] [
log
] [
blame
]
class
C
<
X
extends
num
,
Y
extends
void
Function
(
X
)>
{}
C c
;
main
()
{}