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