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