Sign in
dart
/
sdk.git
/
refs/heads/dev
/
.
/
pkg
/
front_end
/
testcases
/
general
/
while_promotion.dart.strong.modular.expect
blob: 2e4aab77b04214caac2f7a75867785ee0676d608 [
file
] [
edit
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method method
(
core
::
int
?
i
)
→
void
{
while
(!(
i
==
null
))
{
i
=
i
{
core
::
int
}.{
core
::
int
::
isEven
}{
core
::
bool
}
?{
core
::
int
?}
0
:
null
;
}
}