Community
Participate
Working Groups
Build Identifier: This works, var Function<Integer, Integer> s = [x|x * 2] This does not work, var s = [x|x * 2] as Function<Integer,Integer> Reproducible: Always Steps to Reproduce: Try to compile this expression: [x|x * 2] as Function<Integer,Integer>
*** This bug has been marked as a duplicate of bug 370232 ***