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