Files
sdk/tests/language_strong
Asger Feldthaus 492c6c5b13 Skip language_strong/generic_tearoff_test.
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 .
2017-01-06 13:11:19 +01:00
..