// "Create Method 'test'" "true" public class Test { static void test(int i) {} public Test() { test(); } }