package p;

import static q.Consts.constant;

class B {
	String fS= constant;
	int fI= constant();
}
