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