package test; public class Test { public static void main (String[] args) { if (1 == 1) x = y; else y = x; } }