Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
swapBinaryExpression
/
divideAssign.kt
blob: e3795516cf5026ce09fa09cdf7fc607e30118c16 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
fun
new
(
x
:
Int
,
y
:
Int
):
Int
{
var
c
=
5
c
/=
<caret>
10
return
1
}