// "Remove local variable 'i'" "true-preview" import java.io.*; class a { public void run() { int i = 0; i++; i++; } }