Skip to content

Conversation

@eric-milles
Copy link
Member

class C implements T { // no type argument
//Object get() {}
}
trait T<X> {
  X get() {}
}

https://issues.apache.org/jira/browse/GROOVY-9760

class C implements T {
//Object get() {}
}
trait T<X> {
  X get() {}
}
@asfgit asfgit closed this in 1eaea44 Sep 26, 2020
asfgit pushed a commit that referenced this pull request Sep 26, 2020
…X> (closes #1381)

class C implements T {
//Object get() {}
}
trait T<X> {
  X get() {}
}
@eric-milles eric-milles deleted the GROOVY-9760 branch October 21, 2020 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant