blob: a6af04df85d24dd35af49ed2034e912ff5cdab02 [file] [log] [blame]
package p;
public class A{
static int MAX_VALUE = 2;
}
class S{
int m(Integer B){
return A.MAX_VALUE;
}
}