blob: b89e1e1e1066333c38796b61292c54c9df6ea777 [file] [log] [blame]
public class Client {
public static void main(String[] args) {
new A<ValueImpl>().foo(new ValueImpl());
}
}