Version: 7.0.0-rc1-* Query: ``` from p in nwind.Products let cat = p.CategoryID group p by cat; // group p by p.CategoryID; // - also fails when 'let' is present ``` Message: ``` Expression of type '...' cannot be used for parameter of type '...' of method '...' ``` Full sample: https://github.com/AlekseyMartynov/ef7-bugs/tree/group-with-let