[
https://issues.apache.org/jira/browse/GROOVY-10256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-10256:
---------------------------------
Fix Version/s: 2.5.19
> STC: no error for incompatible type bounds on return value
> ----------------------------------------------------------
>
> Key: GROOVY-10256
> URL: https://issues.apache.org/jira/browse/GROOVY-10256
> Project: Groovy
> Issue Type: Bug
> Components: Static Type Checker
> Affects Versions: 4.0.0-beta-1
> Reporter: Eric Milles
> Assignee: Eric Milles
> Priority: Major
> Fix For: 4.0.0-beta-2, 2.5.19, 3.0.13
>
>
> Consider the following:
> {code:groovy}
> def <T extends CharSequence> T chars() {
> "foo"
> }
> @groovy.transform.TypeChecked
> List test() {
> chars()
> }
> {code}
> The return type extends {{CharSequence}}, which is incompatible with
> {{List}}. No STC error is produced. This is a follow up from GROOVY-7316.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)