Re: Disabling auto inferencing

2022-12-05 Thread Jochen Theodorou
Am 04.12.22 um 16:34 schrieb Saravanan Palanichamy: Thanks Jochen and Christopher for helping clarify behaviour. So if I wanted to make sure declaration and not flow type is honored, the quickest way is to make sure flow type matches declaration by casting it? Are there other ways inside the c

RE: [EXT] Re: Disabling auto inferencing

2022-12-05 Thread Milles, Eric (TR Technology) via dev
GROOVY-9064 [1] has further discussion on this topic. It is also the cause for GROOVY-10120 [2] for us. The interface type carries proper generics info but the override method on the implementation class has none (for some odd reason). [1] https://issues.apache.org/jira/browse/GROOVY-9064 [2]