class Test { void use() { test(); test(); } public static void test() { } }