Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
changeSignature
/
jk
/
jkChangeFunctionParameter.after.java
blob: 1730e68bdab4ae54f9d1675f2aaeba030488952a [
file
] [
log
] [
blame
]
// "Change 2nd parameter of method 'foo' from 'boolean' to 'String'" "true"
public
class
J
{
void
foo
()
{
new
K
().
foo
(
1
,
<
caret
>
"2"
);
}
}