blob: 6d529ba83cf03c1d626717fa509f74220cc6702b [file] [log] [blame]
package test0016;
import java.util.*;
public class Test {
public static void main(String[] args) {
int i = 0;
i += 2;
}
}