class test

{

    int a = 0;

    int b = a;

}


자바는 되었던 것 같아서 이렇게 선언했는데 안되더라.


왜 안되는 것임?