Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
non_simple_bound_due_to_non_simple.dart.textual_outline_modelled.expect
blob: b6eb7a7ac1afb31cf4a0e61ffc9ebf8086777508 [
file
] [
log
] [
blame
]
C c
=
throw
''
;
class
A
<
TypeT
,
TypeS
extends
TypeT
>
{}
class
B
<
TypeU
extends
A
>
{}
class
C
<
TypeV
extends
B
>
{}
main
()
{}