Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
changeSignature
/
removeJavaMethodParameter.before.Main.kt
blob: dccdb733e279ea9dbbbd4b3433d193e7c9d18115 [
file
] [
log
] [
blame
]
// "Remove parameter 'm'" "true"
// DISABLE-ERRORS
fun test
()
{
Foo
.
foo
()
Foo
.
foo
(
1
<caret>
)
Foo
.
foo
(
1
,
2
)
Foo
.
foo
(
3
,
4
)
}