class InitBlock {

    static { classVar = 20; }

    static int classVar = 10;

    int instanceVar = 10


초기화블록을 왜쓰는데 한번만 선언한다면 그이후에 선언했을시 오류먹나?