Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
body_super_bounded_type.dart.textual_outline.expect
blob: 2b6461d52c1d34e1c1dc4d240f915222c73acad1 [
file
] [
log
] [
blame
]
class
A
<
T
extends
A
<
T
>>
{}
class
B
{
foo
()
{}
}
main
()
{}