Sign in
dart
/
sdk.git
/
refs/tags/2.5.0-dev.3.0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
for_loop_empty_condition.dart.type_promotion.expect
blob: 8598d0cab648d00555969631066f7c188f7f1dd9 [
file
] [
log
] [
blame
]
pkg
/
front_end
/
testcases
/
inference
/
for_loop_empty_condition
.
dart
:
9
:
21
:
Context
:
Write
to x@287
for
(
num x
=
0
;;
x
++)
{
^^
pkg
/
front_end
/
testcases
/
inference
/
for_loop_empty_condition
.
dart
:
11
:
11
:
Context
:
Possible
promotion of x@287
if
(
x
is
int
)
{
^^