"create method from usage" qualifies reference when creating method with the same...
[fedora-idea.git] / testData / refactoring / introduceParameter / afterNoUsages.java
blobc4061d03a69af990c7d857d3edd5d52409b57654
1 class Test {
2 public int m(int a, int b, int anObject) {
3 return anObject;