import java.lang.Integer; public class Static { static i = 20; static m() { return i; } }