commit | fdf86fae3e7d26829aedd87112dae46f271c3ed5 | [log] [tgz] |
---|---|---|
author | Roberto Lublinerman <rluble@google.com> | Thu Jun 05 12:11:59 2014 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 06 22:24:55 2014 +0000 |
tree | 199c508444120c7614fb13d8962559b7b0a67b44 | |
parent | 7421f208878e1ef2d0b0cacce89ede46e41e2760 [diff] |
Allow Java 7+ casts from Object to primitive types. Java 7 allows casting from Object to primitive types as in Object o = 5; int i = (int) o; Bug: issue 8749. Change-Id: Id02964ead4dc5e79a36d4ad184a388286d766311