Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
non_simple_bound_due_to_variables.dart.textual_outline.expect
blob: fb571d9578c200a82e728ec89013172b74b74dad [
file
] [
log
] [
blame
]
class
A
<
TypeT
,
TypeS
extends
TypeT
>
{}
class
B
<
TypeU
extends
A
>
{}
B b
=
throw
''
;
main
()
{}