package p; public class A{ static int MAX_VALUE = 2; } class S{ int m(Integer B){ return A.MAX_VALUE; } }