blob: 8a9f65165d9c80f40c8842e5114a4f7a3c36abf4 [file] [log] [blame]
import java.util.Collection;
public class Base {
public void method(Base a) {
}
}