Files
sdk/pkg/dev_compiler/tool/input_sdk/lib
Bob Nystrom 33ff9a3d4f Fix type errors in sort().
If a comparer isn't provided, it was silently assuming the element type
implements Comparable, even though that isn't required. Fixed to add a
manual cast at each comparison.

A stricter faster approach might be to check that the type argument
itself is a type that implements Comparable, but I don't know if that's
too pessimistic, or even possible to do.

R=vsm@google.com

Review URL: https://codereview.chromium.org/2311513002 .
2016-09-08 17:14:36 -07:00
..
2016-09-08 17:14:36 -07:00
2016-08-03 17:55:05 -07:00
2016-06-06 12:34:59 -07:00
2016-05-16 08:23:41 -07:00
2015-03-02 16:00:53 -08:00
2016-05-12 09:03:11 -07:00
2016-05-08 18:31:18 -07:00
2016-05-08 18:12:50 -07:00