Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
swapBinaryExpression
/
plusInt.kt.after
blob: 74026f76458bde0f8b4bddddbbb74d07e8ce3e9b [
file
] [
log
] [
blame
]
fun test
(
a
:
Int
,
b
:
Int
):
Int
{
return
b
+
a
}