// "Create method 'test'" "true-preview" public class Test { public Test(Impl impl) { impl.test(test()); } } class Impl { void test(String s) {} }