[ 
https://issues.apache.org/jira/browse/GROOVY-10858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul King closed GROOVY-10858.
------------------------------

> STC method reference return type checking
> -----------------------------------------
>
>                 Key: GROOVY-10858
>                 URL: https://issues.apache.org/jira/browse/GROOVY-10858
>             Project: Groovy
>          Issue Type: Bug
>          Components: Static Type Checker
>    Affects Versions: 3.0.13, 4.0.6
>            Reporter: Eric Milles
>            Assignee: Eric Milles
>            Priority: Minor
>             Fix For: 5.0.0-alpha-1
>
>
> Consider the following:
> {code:groovy}
> @groovy.transform.CompileStatic
> void test() {
>   java.util.function.Function<Object,Number> f = Object::toString
>   print(f.apply('xxx'))
> }
> {code}
> This code compiles and prints the string instead of a compile-time error 
> indicating that String is not compatible with Number.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to