blob: c6531ff5543e85bcd02e2f669213530ab0bdc8c8 [file] [log] [blame]
package test;
public class Client {
public static List<A.B> getList() { return null; }
public static void method() {
<selection>getList()</selection>
}
}