"No closing instance of type Foo is accessible" 오류의 원인 및 수정 방법 다음 코드가 있습니다. class Hello { class Thing { public int size; Thing() { size = 0; } } public static void main(String[] args) { Thing thing1 = new Thing(); System.out.println("Hello, World!"); } } 는 알고 있다Thing아무것도 안하지만, 안녕, 월드 프로그램은 그것 없이도 잘 컴파일 할 수 있어.오직 내가 정한 수업들만이 나에게 낙제점을 준다. 이해하다No enclosing instance of type Hello is accessible."새로운 ..