blob: e792402b9a3642a539604a2057f50aac140b616e [file] [log] [blame]
package test1;
public class StaticField {
public static int counter;
}