blob: 68b4fd34502852dc29b6eb8a3a9d3fd201183b76 [file] [log] [blame]
package p;
public class Foo {
<E> void setE(E e) {
}
{
this.<String>setE(""); // <-- invoke here
}
}