Sign in
dart
/
sdk
/
adb38d2eca032dfcaba0725ac7ae39f8fc5dc3e6
/
.
/
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
()
{}