Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
swapBinaryExpression
/
multipleOperandsWithDifferentPrecedence5.kt
blob: e2559a6920a20b9379d9b43f5eed3cac0939d06f [
file
] [
log
] [
blame
]
fun main
()
{
val rabbit
=
4
+
2
*
5
<caret>
+
1
}