¿¹Á¦

public class ClassA {
int x;
public void methodA() {
if(x==x){
// ...
}
}

}
¼Ö·ç¼Ç 'x==x'¸¦ Á¦°ÅÇϰí ÄÚµåÀÇ ·ÎÁ÷À» Àç°ËÅäÇϽʽÿÀ.