// "Create method 'test'" "true-preview" public class Test { public void testStart() { if (test() < 1) { } } private int test() { return 0; } }