blob: 564d415ba94661b480f8aeb39ffd0e6fb8908ac5 [file] [log] [blame]
package test0072;
import java.util.*;
public class Test {
public static void main(String[] args) {
boolean b = true;
boolean b1 = !b;
}
}