# 짝을 생성 시점에 증명하는 방법 # Question: 선언 클래스와 산출 타입의 짝을 어떻게 증명하는가? direction: right n0: "빈 바이트" { shape: rectangle } n1: "default instance" { shape: rectangle } n2: "산출 타입" { shape: rectangle } n3: "선언 클래스" { shape: rectangle } n0 -> n1: "파싱" n1 -> n2: "타입 확정" n2 -> n3: "대조" n3 -> n0: "짝 확인"