Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
super_bounded_type.dart.textual_outline_modelled.expect
blob: 1e9972605409ff261ccb2894a37a5af6630ce549 [
file
] [
log
] [
blame
]
A a
=
throw
''
;
class
A
<
T
extends
A
<
T
>>
{}
main
()
{}