blob: a5d24a5740eb2866c393f36127e25c76653c9401 [file] [log] [blame]
//change type of a to List
package p;
import java.util.List;
class A {
void m(List a){
}
}