blob: 968de0cfe76df616f1c015e9423a6b71306f5083 [file] [log] [blame]
package annotator.tests;
public class MatchReturnValue<T> {
public MatchReturnValue<T> clone() {
return this;
}
}