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