package p;

import java.util.List;

class A{
	public List m(){return null;}
}