// "Remove local variable 'i'" "true-preview" public class Main { void test(String s) { int i; foo(i = 1); } }