pedro-w commented on issue #9295:
URL: https://github.com/apache/netbeans/issues/9295#issuecomment-4735558720
AFAICS it's the `abstract` that causes it, for example
```
public abstract class Toolkit<T>{
Toolkit<String> s = new Toolkit |
}
```
does the same (also NB does not offer to do diamond inference later which it
normally would.)
`public class Toolkit<T>` is OK, `public interface Toolkit<T>` is not.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists