DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / MoveInstanceMethod / canMove / test37 / out / B.java
123456789
package p; class B { public String value; public void methodToMoveToDestination(A a, String value) { this.value = value; this.value = value; } }