Sign in
dart
/
sdk.git
/
f860b70c98d03b454eb0ad2fba70e4e2c9641a6f
/
.
/
pkg
/
front_end
/
testcases
/
constructor_tearoffs
/
generic_tearoff_without_context.dart.textual_outline_modelled.expect
blob: bd45e3c5e1f9b3ba47fdafdecc89f94f855bc67d [
file
] [
log
] [
blame
]
bar
()
=>
A
.
foo
;
class
A
<
X
>
{
A
.
foo
()
{}
}
main
()
{}