Sign in
dart
/
sdk
/
4ec71ad43b043975f91e04535c95d35ba13bb402
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue49528.dart.textual_outline_modelled.expect
blob: 98ed1d024ab06c928f8fdca8454b782b1cdfb923 [
file
] [
log
] [
blame
]
bool
any_bool
=
true
;
final
foo
=
()
{
if
(
any_bool
)
{
return
0
;
}
else
{
throw
Exception
();
}
}();
final
int
bar
=
foo
;
void
main
()
{}