Check for casts of constant values:
(int) 32 (float) 23.1f
32 as int
23.1d as double
etc
Log in to post a comment.