DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.10-1 / org.eclipse.jdt.ui.tests.refactoring / resources / MoveInstanceMethod / canMove / test14 / out / TC.java
1234567891011
package p1; public class TC { /** * Runs the test case * @param tr TODO */ protected void run(TR tr) { tr.startTest(this); } }