public class Insert { public void run() { int a = 1; int b = 3; int c = 4; } }