blob: 3b7bf52b10e623c5f2b02e525a79942c711b3f7b [file] [log] [blame]
package test;
public class X {
public static List<A.B> getList() { return null; }
}