// "Fix all 'Declaration access can be weaker' problems in file" "true" class Test { public int myCounter; public static void main(String[] args) { System.out.println(new Test().myCounter); } }