Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-3
-
None
Description
The following code produces a static type checking error:
(0..10).find { int i -> i<5 }
It reports an ambiguous call between two "find" methods from DGM, one defined on Object, the other one defined on Collection.