Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
swapBinaryExpression
/
multipleOperandsWithDifferentPrecedence6.kt.after
blob: ae13b6909a4dcf6bd50b47183ddab31612c04112 [
file
] [
log
] [
blame
]
fun main
()
{
val rabbit
=
true
&&
5
+
5
==
10
||
4
+
2
==
12
}