Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
for
/
assignmentAsExpressionInBody.java
blob: 90b11e5cc75dc5fc6259e267521057153fc6c530 [
file
] [
log
] [
blame
]
public
class
SomeClass
{
void
doSomeFor
()
{
int
a
,
b
;
for
(
int
i
=
0
;
i
<
10
;
i
++)
a
=
b
=
i
;
}
}