Sign in
dart
/
sdk
/
b36df2bc3480c24f005c5edec5cbc3815c4726b0
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue38943.dart.textual_outline_modelled.expect
blob: 256c9734e63db20f0fbe9bd19b367b34aa7bdeef [
file
] [
log
] [
blame
]
class
D
<
X
extends
void
Function
()>
{
D
.
_
()
{}
factory D
.
foo
()
=>
new
D
.
_
();
}
main
()
{}