Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
multilineNestedBinaryExpression1.kt
blob: 2602d7ce7ff326310550d481ae44cf0e7ed23cfb [
file
] [
log
] [
blame
]
fun foo
(
i
:
Int
)
{
}
fun test
()
{
foo
(<
selection
>
1
+
2
-
3
</
selection
>)
}