blob: a4c6eebae0cb2d99b056342274c9db087e48c6be [file] [log] [blame]
package test;
import java.util.*;
public class CustomProjectionKind {
public List<Number> foo() {
throw new UnsupportedOperationException();
}
}