492c6c5b13
The test passes a generic function value of type <T>(T,T)=>T as argument to a parameter that expects (int,int)=>int. DDC implicitly instantiates the function, but this is not seen as the correct behavior by the language team, so we will not try to reproduce it. BUG= R=floitsch@google.com Review-Url: https://codereview.chromium.org/2610923008 .