Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
multilineBinaryExpressionWithComments.kt
blob: 3ea6345a6b44d7ddb33b94857f4d4f562871f760 [
file
] [
log
] [
blame
]
fun foo
(
i
:
Int
)
{
}
fun test
()
{
foo
(<
selection
>
1
// abc
/*def*/
+
2
</
selection
>)
}