Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
instantiate_to_bound
/
instantiated_in_outline.dart.textual_outline.expect
blob: 4a059a6f3f312b72cd4300f196d489b8320b163c [
file
] [
log
] [
blame
]
class
A
<
T
extends
num
>
{}
class
B
{
foo
(
A a
)
=>
throw
''
;
A bar
()
=>
throw
''
;
}
main
()
{}