blob: 1a14fc843458e6743f07e1f88dcbe26e9eddffa4 [file] [log] [blame]
import java.io.Serializable;
public class X<T extends Object & Serializable > {
}