(String args[])
| 6 | |
| 7 | public class Test { |
| 8 | public static void main(String args[]){ |
| 9 | String s1 = "001122"; |
| 10 | String s2 = "001122"; |
| 11 | System.out.println(s1.hashCode()^s2.hashCode()); |
| 12 | } |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected