blob: c59a471096a0d05ffc6291562395f39c85983a29 [file] [log] [blame]
package p1;
public class TR {
protected void run(TC test) {
test.run(this);
}
private void startTest(TC test) {
}
}