Eric Milles created GROOVY-10501:
------------------------------------

             Summary: Java compat: support type arguments for constructor call
                 Key: GROOVY-10501
                 URL: https://issues.apache.org/jira/browse/GROOVY-10501
             Project: Groovy
          Issue Type: Bug
            Reporter: Eric Milles


Consider the following:
{code:java}
class Pojo {
  public <T> Pojo(T t) {
  }
}
{code}

Java supports explicit type arguments via {{new <Type>Pojo(null)}}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to