Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
issue43716b.dart.textual_outline.expect
blob: f44dbcd4df44313a9c8f625c521c2fc8a8f8e1a2 [
file
] [
log
] [
blame
]
bool
b
=
true
;
void
f
(
Object
o
)
{}
class
C
<
X
extends
void
Function
(
X
)?>
{
X x
;
C
(
this
.
x
);
void
m
()
{}
}
main
()
{}