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