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

Paul King closed GROOVY-11438.
------------------------------

> STC: loss of precision check for typecast number literals
> ---------------------------------------------------------
>
>                 Key: GROOVY-11438
>                 URL: https://issues.apache.org/jira/browse/GROOVY-11438
>             Project: Groovy
>          Issue Type: Bug
>          Components: Static Type Checker
>            Reporter: Eric Milles
>            Assignee: Eric Milles
>            Priority: Minor
>             Fix For: 5.0.0-alpha-10
>
>
> Consider the following:
> {code:groovy}
> @TypeChecked test() {
>   byte b = (short) 123
> }
> {code}
> This code warns of "Possible loss of precision".  However, the number is okay 
> and there is no way to write a {{byte}} or {{short}} literal without a 
> typecast.



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

Reply via email to