Tom Pasierb

Results 1 issues of Tom Pasierb

For the following setup: ```java public interface A {} public interface B {} public class Phone { private static Map attrs = new HashMap(); static { attrs.put("displaySize", "5.8 in"); }...

3.x