Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
swapBinaryExpression
/
nullOperand.kt
blob: d253e8de16e8b1a2ae78d34f292ff55c28775cd6 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// DISABLE-ERRORS
fun
new
(
x
:
Int
,
y
:
Int
):
Int
{
return
y
<caret>
-
}