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