package test; public class Utils { public static void foo1(int p) { } public static int foo2() { return 1; } public static int staticField = 1; }