Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
moveLeftRight
/
funParams2.kt
blob: 155f31b86e4387d07a9491e80760bd52ae5a997f [
file
] [
log
] [
blame
]
// MOVE: right
class
A
{
fun foo
(
b
:
Int
,
<caret>
a
:
Int
,
c
:
Int
)
{
}
}