Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
changeSignature
/
jk
/
jkRemoveFunctionParameter.after.java
blob: 841696a311cf43ac650f163ff30790c4f47dcf92 [
file
] [
log
] [
blame
]
// "Remove 1st parameter from method 'foo'" "true"
public
class
J
{
void
foo
()
{
new
K
().
foo
(<
caret
>);
}
}