Change Signature: Search & process as-property usages of Java methods (This ixes some muted tests on Change Signature for properties).
Improve test data
This commit is contained in:
committed by
Alexey Sedunov
parent
ad0c12935b
commit
8d3296e08d
@@ -31,5 +31,11 @@ class Test {
|
||||
|
||||
new J().getP();
|
||||
new J().setP(4);
|
||||
|
||||
new D().getP();
|
||||
new D().setP(5);
|
||||
|
||||
new E().getP();
|
||||
new E().setP(6);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user